Skip to content

Commit

Permalink
CI: Remove set -x from CppCheck
Browse files Browse the repository at this point in the history
It is a single command, which is shown anyway. Currently the
command is shown as "set -x", which is pointless.
  • Loading branch information
orgads committed Jan 19, 2025
1 parent 5aa3e75 commit f6626f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:
libunwind-dev
- name: Run CppCheck
run: |
set -x
cppcheck --enable=warning,performance,portability,style --error-exitcode=1 src/

0 comments on commit f6626f3

Please sign in to comment.