1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-27 06:06:11 +02:00

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

This commit is contained in:
Hamir Mahal 2024-04-17 01:35:53 -07:00
parent 9a13bccd63
commit 4eec81a113
No known key found for this signature in database

View File

@ -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: