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 787cc07 commit 7d778dfCopy full SHA for 7d778df
.github/workflows/run-tests-on-push-to-main.yml
@@ -20,12 +20,18 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@v4
22
23
+ - name: Install Shear
24
+ run: cargo install cargo-shear
25
+
26
- name: Run Format
27
run: cargo fmt --all -- --check
28
29
- name: Run Clippy
30
run: cargo clippy --all-targets --all-features -- -D warnings
31
32
+ - name: Run Shear
33
+ run: cargo shear
34
35
- name: Run Build
36
run: cargo build --verbose
37
0 commit comments