Skip to content

Commit

Permalink
change path in cppcheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-khwarizmi-780 committed May 4, 2024
1 parent dd2df86 commit 84a59d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: sudo apt-get install -y cppcheck

- name: Run cppcheck
run: cppcheck --version && cppcheck ../../src/openkf/ ../../src/examples/ --error-exitcode=1
run: cppcheck --version && cppcheck src/openkf/ src/examples/ --error-exitcode=1

0 comments on commit 84a59d5

Please sign in to comment.