Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Add machete
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus committed Oct 20, 2023
1 parent a430950 commit 4658fdb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,17 @@ jobs:
run: cargo doc --no-deps --features wayland
env:
RUSTDOCFLAGS: -Dwarnings

cargo-machete:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: "Install cargo-machete"
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-machete
version: "0.6.0"

- name: "Use machete to cut down dependencies"
run: cargo machete

0 comments on commit 4658fdb

Please sign in to comment.