Skip to content

Commit

Permalink
Merge pull request #38 from EspressoSystems/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions-rs-plus/clippy-check-2

Bump actions-rs-plus/clippy-check from 1 to 2
  • Loading branch information
Ancient123 authored Mar 28, 2024
2 parents 4a0277b + ffb4b2f commit 421921b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: cargo fmt -- --check

- name: Clippy
uses: actions-rs-plus/clippy-check@v1
uses: actions-rs-plus/clippy-check@v2
with:
token: ${{ github.token }}
args: --workspace --all-features --all-targets -- -D warnings

- name: Clippy without default features
uses: actions-rs-plus/clippy-check@v1
uses: actions-rs-plus/clippy-check@v2
with:
token: ${{ github.token }}
args: --workspace --no-default-features --all-targets -- -D warnings
Expand Down

0 comments on commit 421921b

Please sign in to comment.