mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-05 23:38:43 +02:00
ci: fix clang-tidy
This commit is contained in:
parent
240bdbede6
commit
7cd976f916
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: actions/checkout@v4
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: "clang-format clang-tidy"
|
packages: "clang-format clang-tidy bear"
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
- run: bear -- make
|
||||||
- run: clang-format -ni src/*.c include/*.h
|
- run: clang-format -ni src/*.c include/*.h
|
||||||
- run: clang-tidy -p . src/*.c include/*.h
|
- run: clang-tidy -p . src/*.c include/*.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user