Skip to content

Commit

Permalink
.github/workflows/cppcheck.yml: found cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Oct 20, 2024
1 parent e4cc220 commit dbcf158
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,9 @@ jobs:
run: |
conda install -c conda-forge cppcheck
- name: check conda
run: |
echo ${CONDA}
${CONDA}/bin/conda --version
${CONDA}/bin/cppcheck --version
- name: Run cppcheck
run: |
cppcheck \
${CONDA}/bin/cppcheck \
--std=c++17 \
--enable=all \
--check-level=exhaustive \
Expand Down

0 comments on commit dbcf158

Please sign in to comment.