cargo clippy command
All checks were successful
/ lint (push) Successful in 2m29s

This commit is contained in:
Tom Bloor 2024-04-01 20:15:04 +01:00
parent efa4f89915
commit 57cd19ded7
Signed by: TBSliver
GPG key ID: 4657C7EBE42CC5CC

View file

@ -11,4 +11,4 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v3 - uses: https://code.forgejo.org/actions/checkout@v3
- run: rustup component add rustfmt clippy - run: rustup component add rustfmt clippy
- run: cargo fmt --all --check --verbose - run: cargo fmt --all --check --verbose
- run: cargo clippy --all --check --verbose - run: cargo clippy --all --verbose