Skip to content

Commit 8763b79

Browse files
committed
add -warnings-as-errors
1 parent b2f9e75 commit 8763b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
5151
- name: Tidy
5252
run: |
53-
run-clang-tidy -p build -j4 -header-filter='.*'
53+
run-clang-tidy -p build -header-filter='.*' -warnings-as-errors='*'

0 commit comments

Comments
 (0)