Skip to content

Commit cfeb442

Browse files
Alpine-based GithubActions-only: added component rustfmt
1 parent 28fa452 commit cfeb442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Tests and demos
2121
run: |
22-
rustup component add clippy
22+
rustup component add clippy rustfmt
2323
cargo clippy
2424
cargo fmt --check
2525
cargo doc --no-deps --quiet

0 commit comments

Comments
 (0)