mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Use official cargo machete action (#7470)
This commit is contained in:
3
.github/workflows/cargo_machete.yml
vendored
3
.github/workflows/cargo_machete.yml
vendored
@@ -10,7 +10,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: 1.86
|
toolchain: 1.86
|
||||||
- name: Machete install
|
- name: Machete install
|
||||||
run: cargo install cargo-machete --locked
|
## The official cargo-machete action
|
||||||
|
uses: bnjbvr/cargo-machete@main
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Machete Check
|
- name: Machete Check
|
||||||
|
|||||||
Reference in New Issue
Block a user