Skip to content

Commit

Permalink
Remove usage of deprecated actions-rs/cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 15, 2023
1 parent 4e3d94d commit e69088f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ jobs:
components: rustfmt

- name: Run fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
run: cargo fmt --all -- --check

clippy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -70,10 +67,7 @@ jobs:
run: ./ci/install-build-deps.sh

- name: Run clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -Zunstable-options --workspace --all-targets --features test-sbf -- --deny=warnings --deny=clippy::arithmetic_side_effects
run: cargo clippy -Zunstable-options --workspace --all-targets --features test-sbf -- --deny=warnings --deny=clippy::arithmetic_side_effects

audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e69088f

Please sign in to comment.