Skip to content

Commit

Permalink
ci: add missing ..
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Aug 6, 2023
1 parent 026e289 commit b6a5869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/clang-tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ${COMPILER:-clang++} -v -x c++ /dev/null -c
# And the same for clang-tidy
"$CATA_CLANG_TIDY" ../src/version.cpp -- -v

cd ..
ln -s build/compile_commands.json

# We want to first analyze all files that changed in this PR, then as
Expand Down

0 comments on commit b6a5869

Please sign in to comment.