mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-31 18:38:00 +02:00
ci: fix clang-tidy
This commit is contained in:
3
.github/workflows/check-and-build.yml
vendored
3
.github/workflows/check-and-build.yml
vendored
@@ -41,8 +41,9 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: "clang-format clang-tidy"
|
||||
packages: "clang-format clang-tidy bear"
|
||||
version: 1.0
|
||||
- run: bear -- make
|
||||
- run: clang-format -ni src/*.c include/*.h
|
||||
- run: clang-tidy -p . src/*.c include/*.h
|
||||
|
||||
|
Reference in New Issue
Block a user