Skip to content

Commit

Permalink
Chore: make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazy committed Mar 21, 2024
1 parent e554fbf commit b0f7e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
~/.cargo/git/db/
key: ${{ runner.os }}-cargo
- name: Check code format
run: cargo fmt --all -- --check
run: cargo +nightly fmt --all -- --check
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings

Expand Down

0 comments on commit b0f7e4a

Please sign in to comment.