Skip to content

Commit

Permalink
Replace actions-rs/clippy-check with giraffate/clippy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Dec 11, 2023
1 parent a97f34e commit 839f9ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Build binary and tests
run: cargo build --bins --tests --release

- name: Lint code
uses: actions-rs/clippy-check@v1
- name: Clippy
uses: giraffate/clippy-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --release
filter_mode: nofilter
clippy_flags: --all-features --release

- name: Run tests
run: cargo test --release
Expand Down

0 comments on commit 839f9ab

Please sign in to comment.