Skip to content

Commit

Permalink
install fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed May 9, 2024
1 parent c05426e commit 3b5e51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: show versions
run: |
rustup show
- name: Install rustfmt
run: rustup component add rustfmt --toolchain nightly
- name: rustfmt
run: |
cargo +nightly fmt -- --check
- name: rust cache
uses: Swatinem/rust-cache@v1
with:
Expand Down

0 comments on commit 3b5e51d

Please sign in to comment.