Skip to content

Commit

Permalink
Update Clang-Tidy to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 30, 2023
1 parent 78d558f commit dbe4935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
include:
- name: clang-tidy-14 C++17
cxx_compiler: clang++-14
- name: clang-tidy-15 C++17
cxx_compiler: clang++-15
cxx_standard: 17
cmake_options: "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"

Expand All @@ -31,4 +31,4 @@ jobs:
- name: cmake
run: cmake -S . -B build -DCMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }} -DCMAKE_CXX_STANDARD=${{ matrix.cxx_standard }} ${{ matrix.cmake_options }}
- name: static analysis
run: clang-tidy-14 -p build src/*.*
run: clang-tidy-15 -p build src/*.*

0 comments on commit dbe4935

Please sign in to comment.