Skip to content

Commit

Permalink
fix running cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Oct 17, 2021
1 parent 8fdc298 commit 5b88d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --workspace -- --check
args: --all -- --check

deny-check:
name: cargo-deny check
Expand Down

0 comments on commit 5b88d41

Please sign in to comment.