Skip to content

Commit

Permalink
Working around, actions-rs/cargo#6
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed May 16, 2022
1 parent 8bf43f5 commit 391c079
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
working-directory: ./trusted
args: --manifest-path trusted/Cargo.toml --all -- --check
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down

0 comments on commit 391c079

Please sign in to comment.