ci: add `clippy` job to `rust.yml` workflow

pull/1951/head
Hamir Mahal 2 months ago
parent 9a13bccd63
commit 4eec81a113
No known key found for this signature in database

@ -10,6 +10,11 @@ env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy -- --deny warnings
fmt:
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save