logproto: fixed state handling of the new internal handshake_in_progress flag #882
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 |