Skip to content

Commit f62d528

Browse files
authored
Merge pull request #145 from helius-labs/fix/install-rustfmt-before-format-checks
fix(workflow): Add `rustfmt` Component
2 parents 8b7984c + fc8c8f9 commit f62d528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
toolchain: stable
5454
profile: minimal
5555
override: true
56-
components: clippy
56+
components: clippy, rustfmt
5757

5858
- name: Install Protobuf Compiler
5959
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

0 commit comments

Comments
 (0)