Skip to content

[Payment due @huult] [NO QA] Add Amount debited and Amount reimbursed filters, columns and sorting #1201

[Payment due @huult] [NO QA] Add Amount debited and Amount reimbursed filters, columns and sorting

[Payment due @huult] [NO QA] Add Amount debited and Amount reimbursed filters, columns and sorting #1201

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
# Upstream checkout on macOS - Blacksmith's git-mirror cache can't work there (see workflows/README.md)
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Verify parser files consistency
run: ./.github/scripts/checkParser.sh