Skip to content

Commit 3d2e0cd

Browse files
committed
Remove files.txt after running clang-tidy
1 parent 85b27f6 commit 3d2e0cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-support/run_clang_tidy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ if [[ $? == 0 ]]; then
3838
else
3939
python3 $SCRIPT -p build -j8 $(cat files.txt)
4040
fi
41+
rm -f files.txt

0 commit comments

Comments
 (0)