Skip to content

Commit 4b42e94

Browse files
committed
Fix action script
1 parent c0e5e4b commit 4b42e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- uses: actions-rust-lang/setup-rust-toolchain@v1
23-
- name: Cargo tarpaulin
24-
run: cargo install cargo-tarpaulin
23+
- name: Cargo tarpaulin and fmt
24+
run: cargo install cargo-tarpaulin cargo-fmt
2525
- uses: pnpm/action-setup@v4
2626
name: Install pnpm
2727
with:

0 commit comments

Comments
 (0)