Skip to content

Commit

Permalink
github-actions: add check-cfg-grammar-changes
Browse files Browse the repository at this point in the history
See:
 * https://github.com/alltilla/syslog-ng-cfg-diff-pr
 * #123

Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed Oct 30, 2023
1 parent 449f162 commit dd76b5c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-cfg-grammar-changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check config grammar changes (PR)

permissions:
pull-requests: write

on:
pull_request:

jobs:
check-cfg-grammar-changes:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: syslog-ng/syslog-ng-cfg-diff-pr@v1
continue-on-error: true

0 comments on commit dd76b5c

Please sign in to comment.