Skip to content

Commit

Permalink
use cargo action to run clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
paretje committed Aug 23, 2024
1 parent d739558 commit ac8ad05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
override: true

- name: Run Clippy
run: cargo clippy --all-targets --all-features
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features

pytest:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ac8ad05

Please sign in to comment.