ci: add linter (clippy)
Some checks failed
ci/woodpecker/push/build Pipeline failed

Any warning is treated as an error
This commit is contained in:
Laurens Miers 2025-05-23 10:29:55 +02:00
parent a1233d771b
commit 8838a322f8

View file

@ -7,3 +7,7 @@ steps:
image: rust
commands:
- cargo build
- name: Linter
image: rust
commands:
- cargo clippy -- -Dwarnings