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 a481cc4 commit 00c146bCopy full SHA for 00c146b
.github/workflows/push.yaml
@@ -59,6 +59,8 @@ jobs:
59
steps:
60
- uses: actions/checkout@v4
61
- uses: cargo-bins/cargo-binstall@main
62
+ - name: Install rustfmt clippy
63
+ run: rustup component add rustfmt clippy
64
- name: Install cargo-shear
65
run: cargo binstall cargo-shear
66
- run: cargo fetch --locked
0 commit comments