Skip to content

Commit

Permalink
ci: run clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Oct 27, 2023
1 parent 27d2ed5 commit 6e68df6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- run: cargo bench --all-features --no-run

clippy:
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- run: cargo clippy --all-features --all-targets -- -D warnings

docs:
name: docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e68df6

Please sign in to comment.