Skip to content

Commit

Permalink
ci: add clippy job to check for linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Feb 16, 2024
1 parent 736e91d commit 922a7cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
homepage: ${{ steps.crate_metadata.outputs.homepage }}
msrv: ${{ steps.crate_metadata.outputs.msrv }}

clippy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: cargo clippy -- --allow clippy::result_large_err --deny warnings

ensure_cargo_fmt:
name: Ensure 'cargo fmt' has been run
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 922a7cb

Please sign in to comment.