Skip to content

Commit

Permalink
Actually fail the linting check if there are suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Jul 27, 2024
1 parent fa4fa42 commit d294490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cpp-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Fail fast?!
if: steps.linter.outputs.checks-failed != 0
run: |
echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}"
#run: |
# echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}"
# for actual deployment
# run: exit 1
run: exit 1

0 comments on commit d294490

Please sign in to comment.