Skip to content

Commit

Permalink
ci: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Teajey authored Aug 13, 2023
1 parent f3717cc commit c7807c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -Dclippy::pedantic

0 comments on commit c7807c2

Please sign in to comment.