Skip to content

Commit a42317c

Browse files
committed
test
1 parent b56ebdf commit a42317c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
mkdir build
4444
cd build
45-
../contrib/utilities/run_clang_tidy.sh
45+
../contrib/utilities/run_clang_tidy.sh $PWD/..
4646
mv output.txt ${{ matrix.result-file }}
4747
- name: compile
4848
run: |

0 commit comments

Comments
 (0)