Skip to content

Commit 808024e

Browse files
committed
feat: merge develop + some basic refactor
2 parents 2c29128 + 4108cde commit 808024e

File tree

77 files changed

+4032
-3136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4032
-3136
lines changed

.github/workflows/checks.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,20 @@ jobs:
133133
name: playground-logs
134134
path: /tmp/playground-logs
135135
retention-days: 5
136+
137+
# Find unused dependencies, this will fail if any are found.
138+
cargo-shear:
139+
runs-on: warp-ubuntu-latest-x64-32x
140+
timeout-minutes: 5
141+
steps:
142+
- name: Checkout sources
143+
uses: actions/checkout@v6
144+
145+
- name: Install cargo-binstall
146+
uses: cargo-bins/cargo-binstall@main
147+
148+
- name: Install cargo-shear
149+
run: cargo binstall --no-confirm cargo-shear
150+
151+
- name: Run cargo shear
152+
run: cargo shear

0 commit comments

Comments
 (0)