We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56ebdf commit a42317cCopy full SHA for a42317c
.github/workflows/clang.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
mkdir build
44
cd build
45
- ../contrib/utilities/run_clang_tidy.sh
+ ../contrib/utilities/run_clang_tidy.sh $PWD/..
46
mv output.txt ${{ matrix.result-file }}
47
- name: compile
48
0 commit comments