Skip to content

Commit

Permalink
workflows: Adding include path
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelboing committed Aug 15, 2024
1 parent b6917d6 commit 39ef33a
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 @@ -50,4 +50,4 @@ jobs:
run: cppcheck --std=c99 --error-exitcode=-1 --addon=misra.py $PWD/include/rsc/*

- name: Execute CppCheck on source files
run: cppcheck --std=c99 --error-exitcode=-1 --addon=misra.py $PWD/src/*
run: cppcheck --std=c99 --error-exitcode=-1 --addon=misra.py -I$PWD/include/ $PWD/src/*

0 comments on commit 39ef33a

Please sign in to comment.