Skip to content

Commit

Permalink
simple lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Feb 9, 2024
1 parent ad321e2 commit 8422b2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
- uses: actions/checkout@v4

- name: Lint
run: |
mkdir lint
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
run: clang-tidy-15 include/io1/money.hpp --export-fixes=clang-fixes.yaml -- -std=c++20

- name: Process clang-tidy warnings
uses: asarium/clang-tidy-action@v1
Expand Down

0 comments on commit 8422b2f

Please sign in to comment.