Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Jul 15, 2024
1 parent f7b062d commit 50d1038
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
cd build
make
- name: Analyze code with clang-tidy
run: |
cd build
# make clean # Ensure a clean build to run clang-tidy on all files
find ../src ../tests -name '*.cpp' | xargs clang-tidy -p .
# - name: Analyze code with clang-tidy
# run: |
# cd build
# find ../src ../tests -name '*.cpp' | xargs clang-tidy -p .

#- name: Check code formatting with clang-format
# run: |
Expand Down

0 comments on commit 50d1038

Please sign in to comment.