We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a892ad commit 1888298Copy full SHA for 1888298
1 file changed
.github/workflows/lint.yml
@@ -38,6 +38,7 @@ jobs:
38
style: file # uses .clang-format
39
thread-comments: true
40
tidy-checks: "" # use only .clang-tidy checks
41
+ extra-args: "-I./include -I./app/common -I./app/ui -I./evm -I."
42
43
- name: Fail if errors
44
if: steps.linter.outputs.checks-failed > 0
0 commit comments