Skip to content

Commit

Permalink
Merge pull request #2767 from zjeffer/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays authored Dec 24, 2023
2 parents d2767fb + 77f0584 commit 8ccb959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ccb959

Please sign in to comment.