Skip to content

Commit

Permalink
ci: add clippy job to rust.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Apr 17, 2024
1 parent 9a13bcc commit 4eec81a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4eec81a

Please sign in to comment.