mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-05 15:28:42 +02:00
ci: add clang-tidy to CI
This commit is contained in:
parent
736e816509
commit
e4b11f9a30
3
.github/workflows/check-and-build.yml
vendored
3
.github/workflows/check-and-build.yml
vendored
@ -44,8 +44,7 @@ jobs:
|
||||
packages: "clang-format clang-tidy"
|
||||
version: 1.0
|
||||
- run: clang-format -ni src/*.c include/*.h
|
||||
# TODO: include when the errors/warnings are bearable
|
||||
#- run: clang-tidy src/*.c include/*.h
|
||||
- run: clang-tidy -p . src/*.c include/*.h
|
||||
|
||||
build-linux-amd64:
|
||||
name: Build for amd64
|
||||
|
Loading…
x
Reference in New Issue
Block a user