Skip to content

Commit

Permalink
select appropriate version
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Feb 7, 2024
1 parent ba9dca7 commit 68427c6
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 @@ -12,7 +12,7 @@ jobs:

- name: Lint
run: |
clang-tidy-16 lint/lint.cpp --export-fixes=clang-fixes.yaml --header-filter=io1/* -- -Iinclude -std=c++20
clang-tidy-15 lint/lint.cpp --export-fixes=clang-fixes.yaml --header-filter=io1/* -- -Iinclude -std=c++20
- name: Process clang-tidy warnings
uses: asarium/clang-tidy-action@v1
Expand Down

0 comments on commit 68427c6

Please sign in to comment.