Skip to content

Commit dbcf158

Browse files
.github/workflows/cppcheck.yml: found cppcheck
1 parent e4cc220 commit dbcf158

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cppcheck.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,9 @@ jobs:
4343
run: |
4444
conda install -c conda-forge cppcheck
4545
46-
- name: check conda
47-
run: |
48-
echo ${CONDA}
49-
${CONDA}/bin/conda --version
50-
${CONDA}/bin/cppcheck --version
51-
5246
- name: Run cppcheck
5347
run: |
54-
cppcheck \
48+
${CONDA}/bin/cppcheck \
5549
--std=c++17 \
5650
--enable=all \
5751
--check-level=exhaustive \

0 commit comments

Comments
 (0)