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 50d1038 commit ce36417
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 ce36417

Please sign in to comment.