Skip to content

Commit

Permalink
Update nasa#607, alternate error display
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Nov 2, 2022
1 parent 02342ee commit 43b5701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ jobs:
path: ./*cppcheck_err.*

- name: Check for reported errors
run: if [ -s cppcheck_err.txt ]; then exit 1; fi
run: cat cppcheck_err.txt && [ ! -s cppcheck_err.txt ]

0 comments on commit 43b5701

Please sign in to comment.