Skip to content

Commit e6c990d

Browse files
CI: install Rust format
1 parent a9f88a3 commit e6c990d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Linting
24-
run: cargo fmt --check
24+
run: |
25+
rustup component add rustfmt
26+
cargo fmt --check
2527
2628
- name: Build
2729
run: cargo build --verbose --release

0 commit comments

Comments
 (0)