We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb4b75 commit f7b062dCopy full SHA for f7b062d
.github/workflows/ci.yml
@@ -34,7 +34,6 @@ jobs:
34
run: |
35
cd build
36
# make clean # Ensure a clean build to run clang-tidy on all files
37
- # cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
38
find ../src ../tests -name '*.cpp' | xargs clang-tidy -p .
39
40
#- name: Check code formatting with clang-format
0 commit comments