Skip to content

Commit

Permalink
Run clang-tidy quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Oct 10, 2024
1 parent c1bc0cf commit 769b717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run clang-tidy
run: |
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -B build
clang-tidy -p build --use-color src/*.cpp tests/*.cpp
clang-tidy --quiet -p build --use-color src/*.cpp tests/*.cpp
clang-format:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 769b717

Please sign in to comment.