Skip to content

Commit

Permalink
Run clippy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-tango-kilo committed Jul 13, 2024
1 parent c259b8b commit 8cc1f87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Cargo clippy
run: cargo clippy --tests

- name: Check for broken intra-doc links
run: cargo doc --all-features --document-private-items --no-deps

Expand Down

0 comments on commit 8cc1f87

Please sign in to comment.