Skip to content

Commit

Permalink
fix: cargo machete pinned to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Feb 25, 2025
1 parent f8acaad commit 8e4fba5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: machete
uses: bnjbvr/cargo-machete@main
- name: Install cargo-machete
uses: clechasseur/rs-cargo@v2
with:
command: install
args: cargo-machete@0.7.0
- name: Machete
uses: clechasseur/rs-cargo@v2
with:
command: machete

proto:
name: proto check
Expand Down

0 comments on commit 8e4fba5

Please sign in to comment.