Skip to content

Commit

Permalink
try rustfmt check with nightly again
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad authored Sep 30, 2022
1 parent a5b271c commit da1237c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Check formatting
uses: actions-rs/cargo@v1
with:
toolchain: nightly
command: fmt
toolchain: nightly
use-cross: false
args: -- --check

0 comments on commit da1237c

Please sign in to comment.