Skip to content

Commit

Permalink
CI: Use clang-15 for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Dec 29, 2023
1 parent d230172 commit 878e473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/actions/run-linter/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ runs:
steps:
- name: Setup CMake
uses: ./.github/actions/cmake
env:
CC: clang-15
CXX: clang++-15
with:
qt_version: 6.5.0
use_qt6: ON
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
clang-tidy:
name: clang-tidy / Ubuntu 22.04
runs-on: ubuntu-22.04
env:
CC: clang
CXX: clang++
steps:
- name: Clone the repository
uses: actions/checkout@v3
Expand All @@ -31,9 +28,6 @@ jobs:
clazy:
name: clazy / Ubuntu 22.04
runs-on: ubuntu-22.04
env:
CC: clang
CXX: clang++
steps:
- name: Clone the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 878e473

Please sign in to comment.