We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43df827 commit 629bbbfCopy full SHA for 629bbbf
.github/workflows/lint.yaml
@@ -39,12 +39,15 @@ jobs:
39
fetch-depth: 0
40
submodules: recursive
41
42
+ - name: Install necessary tools
43
+ run: |
44
+ sudo apt-get install -y clang-tidy
45
+
46
- name: Build
47
run: |
48
cmake -B build
49
cmake --build build -j4
50
51
- name: Tidy
52
- apt-get install -y clang-tidy
53
run-clang-tidy -p build -j4 -header-filter='.*'
0 commit comments