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 41a6d31 commit 6c121dbCopy full SHA for 6c121db
.github/workflows/clang_tidy.yaml
@@ -30,6 +30,7 @@ jobs:
30
run: cmake --preset clang_debug
31
32
- name: Run clang-tidy
33
+ shell: bash
34
run: |
35
set +e
36
cmake --build --preset clang_debug --target clang-tidy 2>&1 | tee clang_tidy_output.txt
0 commit comments