Skip to content

Commit

Permalink
[CI] Use action-rs clippy action (PolyMeilex#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex authored Aug 15, 2023
1 parent 37ed959 commit 175fae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
components: clippy

- name: Run cargo clippy
uses: actions-rs/cargo@v1
uses: actions-rs/clippy-check@v1
with:
command: clippy
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D clippy::print_stderr -D clippy::print_stdout -D clippy::dbg_macro

default-build:
Expand Down

0 comments on commit 175fae8

Please sign in to comment.