Skip to content

Commit

Permalink
run0: switch to action-rs (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgouveia authored and sameo committed Feb 15, 2022
1 parent d139a72 commit 0998c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ jobs:
run: cargo build

- name: Run cargo test
uses: marcopolo/cargo@master
uses: actions-rs/cargo@v1
with:
command: test

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

- name: Run rust lint check
uses: marcopolo/cargo@master
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features -- -D warnings

0 comments on commit 0998c8b

Please sign in to comment.