Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ jobs:
- name: Run clippy
run: make clippy

# Check for unnecessary dependencies.
machete:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Machete
uses: bnjbvr/[email protected]

# NOTE: the term "smoke test" comes from electronics design: the minimal
# expectations anyone has in their device is to not catch fire on boot.
Expand Down
Loading