Skip to content

Commit

Permalink
fix lint finally
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Feb 9, 2024
1 parent 85c4f16 commit 2a4def8
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 @@ -13,7 +13,7 @@ jobs:
- name: Lint
run: |
mkdir lint
echo "#include \"io1/money.hpp\"\n" > lint/lint.cpp
echo "#include \"io1/money.hpp\"" > lint/lint.cpp
clang-tidy-15 lint/lint.cpp --export-fixes=clang-fixes.yaml --header-filter=io1/* -- -Iinclude -std=c++20
- name: Process clang-tidy warnings
Expand Down

0 comments on commit 2a4def8

Please sign in to comment.