Skip to content

Commit ca8f91d

Browse files
authored
Merge pull request #390 from belltalion/fix-action-script
Fix action script
2 parents 6b2284c + 668eab3 commit ca8f91d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ 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: |
25+
cargo install cargo-tarpaulin
26+
rustup component add rustfmt clippy
2527
- uses: pnpm/action-setup@v4
2628
name: Install pnpm
2729
with:

0 commit comments

Comments
 (0)