Skip to content

Commit ea66859

Browse files
authored
Merge pull request #353 from input-output-hk/sg/cargo-shear
chore: enable cargo-shear in CI
2 parents 6766d2b + 9afa8ed commit ea66859

File tree

25 files changed

+51
-284
lines changed

25 files changed

+51
-284
lines changed

.github/workflows/run-tests-on-push-to-main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222

23+
- name: Install Shear
24+
run: cargo install cargo-shear
25+
2326
- name: Run Format
2427
run: cargo fmt --all -- --check
2528

2629
- name: Run Clippy
2730
run: cargo clippy --all-targets --all-features -- -D warnings
2831

32+
- name: Run Shear
33+
run: cargo shear
34+
2935
- name: Run Audit
3036
uses: rustsec/[email protected]
3137
with:

0 commit comments

Comments
 (0)