mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
Bump clang-tidy cpp-linter-action version to v2.7.5
This commit is contained in:
2
.github/workflows/clang-tidy.yml
vendored
2
.github/workflows/clang-tidy.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
meson -Dcpp_std=c++20 build # necessary to generate compile_commands.json
|
meson -Dcpp_std=c++20 build # necessary to generate compile_commands.json
|
||||||
ninja -C build # necessary to find certain .h files (xdg, wayland, etc.)
|
ninja -C build # necessary to find certain .h files (xdg, wayland, etc.)
|
||||||
- uses: zjeffer/cpp-linter-action@test/process-compilation-database
|
- uses: cpp-linter/cpp-linter-action@v2.7.5
|
||||||
name: clang-tidy
|
name: clang-tidy
|
||||||
id: clang-tidy-check
|
id: clang-tidy-check
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user