Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Jul 16, 2024
1 parent 5feec74 commit 7498247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
cd build
make
- name: Analyze code with clang-tidy
run: |
cd build
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 7498247

Please sign in to comment.