Skip to content

Commit

Permalink
Migrate actions-rs/clippy-check@v1 -> clechasseur/rs-clippy-check@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeoin committed Nov 26, 2023
1 parent 28acb6c commit 82df2cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
toolchain: 1.66.0
target: thumbv7em-none-eabihf
components: clippy
- uses: actions-rs/clippy-check@v1
- uses: clechasseur/rs-clippy-check@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --examples --target thumbv7em-none-eabihf --features=rt,stm32h743v -- -D warnings

0 comments on commit 82df2cb

Please sign in to comment.