mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Add a cargo machete CI step (#5171)
`cargo machete` looks for unused dependencies
This commit is contained in:
12
.github/workflows/cargo_machete.yml
vendored
Normal file
12
.github/workflows/cargo_machete.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Cargo Machete
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
cargo-machete:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Machete
|
||||
uses: bnjbvr/cargo-machete@main
|
||||
Reference in New Issue
Block a user