We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e5e4b commit 4b42e94Copy full SHA for 4b42e94
.github/workflows/publish.yml
@@ -20,8 +20,8 @@ jobs:
20
uses: actions/checkout@v4
21
22
- uses: actions-rust-lang/setup-rust-toolchain@v1
23
- - name: Cargo tarpaulin
24
- run: cargo install cargo-tarpaulin
+ - name: Cargo tarpaulin and fmt
+ run: cargo install cargo-tarpaulin cargo-fmt
25
- uses: pnpm/action-setup@v4
26
name: Install pnpm
27
with:
0 commit comments