Skip to content

Commit 7053f3d

Browse files
committed
WIP: add rustfmt
1 parent 3bc5e40 commit 7053f3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Run cargo fmt
36-
run: cargo fmt --all -- --check
36+
run: |
37+
rustup component add rustfmt
38+
cargo fmt --all -- --check
3739
3840
rustdoc:
3941
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)