Skip to content

Commit 15979ea

Browse files
committed
test
1 parent 95bd50a commit 15979ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
step-summary: true
3838
style: file # uses .clang-format
3939
thread-comments: true
40-
tidy-checks: "" # use only .clang-tidy checks
40+
tidy-checks: "-*" # disable clang-tidy, only use clang-format
41+
extra-args: "-I./include -I./app/common -I./app/ui -I./evm -I. -I./tests"
4142

4243
- name: Fail if errors
4344
if: steps.linter.outputs.checks-failed > 0

0 commit comments

Comments
 (0)