Skip to content

Commit

Permalink
CI: Run clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
randombtree committed Dec 15, 2023
1 parent 04a9187 commit c08acdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
toolchain: nightly
override: true
components: clippy
- name: Run clippy
run: cargo clippy --verbose
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit c08acdd

Please sign in to comment.