This commit is contained in:
crapStone 2024-10-01 23:41:56 +02:00
parent b2d480496b
commit 9259c22755
No known key found for this signature in database
GPG Key ID: 22D4BF0CF7CC29C8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ steps:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
commands: commands:
- rustup default stable - rustup default stable
- rustup component add rustfmt clippy
- cargo fmt --check - cargo fmt --check
- cargo clippy - cargo clippy
failure: ignore # TODO: remove this when all clippy problems were addressed failure: ignore # TODO: remove this when all clippy problems were addressed