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.
2 parents 6b2284c + 668eab3 commit ca8f91dCopy full SHA for ca8f91d
1 file changed
.github/workflows/publish.yml
@@ -20,8 +20,10 @@ 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: |
25
+ cargo install cargo-tarpaulin
26
+ rustup component add rustfmt clippy
27
- uses: pnpm/action-setup@v4
28
name: Install pnpm
29
with:
0 commit comments