Skip to content

Rework search input to be a keyword search only #1100

Rework search input to be a keyword search only

Rework search input to be a keyword search only #1100

name: Check consistency of search parser files
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths:
- "src/libs/SearchParser/**"
jobs:
verify:
if: github.actor != 'OSBotify' && github.actor != 'imgbot[bot]'
runs-on: blacksmith-6vcpu-macos-latest
steps:
- name: Checkout
uses: useblacksmith/checkout@c9796daa2a4bdebdab5bd16be2c09a70cd4e1121 # v1
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Verify parser files consistency
run: ./.github/scripts/checkParser.sh