filterx: add missing check for unexpected arguments in unset_empties #602
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check config grammar changes (PR) | |
on: | |
pull_request: | |
jobs: | |
check-cfg-grammar-changes: | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: axoflow/axosyslog-cfg-diff-pr@v3 | |
continue-on-error: true |