Skip to content

[DRAFT] testing new github action #6

[DRAFT] testing new github action

[DRAFT] testing new github action #6

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: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Check file format
run: file .github/scripts/checkParser.sh
- name: Checking consistency
run: ./.github/scripts/checkParser.sh