Skip to content

Commit

Permalink
Update clang-tidy from Clang 11 to Clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 18, 2025
1 parent 47ec95b commit 97d7b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install clang-tidy
run: sudo apt-get install clang-tidy-11
run: sudo apt-get install clang-tidy-18
- name: Run clang-tidy
run: clang-tidy-11 src/cxx.cc --warnings-as-errors=*
run: clang-tidy-18 src/cxx.cc --warnings-as-errors=*

outdated:
name: Outdated
Expand Down

0 comments on commit 97d7b79

Please sign in to comment.