Skip to content

Commit

Permalink
Feature #773: enable C/C++ Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jan 3, 2023
1 parent 6496f3f commit ed62079
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/c-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: file
ignore: libopts
version: 14
lines-changed-only: false
files-changed-only: false
ignore: .github|libopts|libs

- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
# for testing
run: echo "Some files failed the linting checks!"
# for actual deployment
# run: exit 1

0 comments on commit ed62079

Please sign in to comment.