Skip to content

Commit

Permalink
Merge pull request #5 from waywardmonkeys/ci-no-actions-rs
Browse files Browse the repository at this point in the history
ci: Don't use `actions-rs/cargo`.
  • Loading branch information
simbleau authored Sep 12, 2023
2 parents 77782dd + 94b0b58 commit a62a8ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
uses: Swatinem/[email protected]

- name: Build | Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
run: cargo clippy -- -D warnings

- name: Build | Rustfmt
run: cargo fmt --all -- --check
Expand Down

0 comments on commit a62a8ca

Please sign in to comment.