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
commands:
- rustup default stable
- rustup component add rustfmt clippy
- cargo fmt --check
- cargo clippy
failure: ignore # TODO: remove this when all clippy problems were addressed