Skip to content

Commit

Permalink
fmt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stumble committed Oct 22, 2024
1 parent 471506b commit 500d87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grevm-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
override: true

- name: Install rustfmt
run: rustup component add rustfmt
run: rustup component add rustfmt --toolchain nightly

- name: Run cargo fmt
run: cargo fmt --check
run: cargo +nightly fmt

0 comments on commit 500d87b

Please sign in to comment.