Skip to content

Commit

Permalink
Update cpp-lint-action.yml to support clang v18
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Mar 7, 2024
1 parent e0bf878 commit 24a6f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17']
clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18']
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

1 comment on commit 24a6f0b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 2 file(s) not formatted
  • src/demo.cpp
  • src/demo.hpp
clang-tidy reports: 6 concern(s)

Have any feedback or feature suggestions? Share it here.

Please sign in to comment.