We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c786cc1 commit 4b90f63Copy full SHA for 4b90f63
.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 -I/build/src'
57
- name: Fail fast?!
58
if: steps.linter.outputs.checks-failed != 0
59
run: |
0 commit comments