Use official cargo machete action (#7470)

This commit is contained in:
Emil Ernerfeldt 2025-08-21 15:42:10 +02:00 committed by GitHub
parent 531ead5ad1
commit 5453cceded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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