ci: add linter (clippy)
All checks were successful
ci/woodpecker/push/build Pipeline was successful

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 aab94b3f8e

View file

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