1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/.github/workflows/cargo_machete.yml
2025-08-21 15:38:41 +02:00

18 lines
384 B
YAML

name: Cargo Machete
on: [push, pull_request]
jobs:
cargo-machete:
runs-on: ubuntu-latest
steps:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.86
- name: Machete install
run: cargo install cargo-machete --locked
- name: Checkout
uses: actions/checkout@v4
- name: Machete Check
run: cargo machete