We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c786cc1 commit 7e4b2d6Copy full SHA for 7e4b2d6
1 file changed
.github/workflows/cpp-linter.yml
@@ -53,6 +53,7 @@ jobs:
53
thread-comments: true
54
ignore: 'build|cmake_modules|ci'
55
database: build
56
+ extra-args: '-I/src'
57
- name: Fail fast?!
58
if: steps.linter.outputs.checks-failed != 0
59
run: |
0 commit comments