Skip to content

Commit

Permalink
Revert "Clippy"
Browse files Browse the repository at this point in the history
This reverts commit 5177b19.
  • Loading branch information
lucazulian committed Sep 14, 2024
1 parent 5177b19 commit d200bc6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/mcp23017-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- x86_64-unknown-linux-gnu

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -91,8 +91,10 @@ jobs:
args: --all -- --check

- name: Clippy
uses: actions/checkout@v4
run: cargo clippy --all-targets --all-features
uses: actions-rs/clippy-check@v1
with:
args: --all-targets --all-features -- -D warnings
token: ${{ secrets.GITHUB_TOKEN }}

test:
name: Tests
Expand Down

0 comments on commit d200bc6

Please sign in to comment.