Merge pull request #2767 from zjeffer/master

This commit is contained in:
Alexis Rouillard 2023-12-25 00:28:32 +01:00 committed by GitHub
commit 8ccb959992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
run: |
meson -Dcpp_std=c++20 build # necessary to generate compile_commands.json
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
id: clang-tidy-check
env: