Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jul 24, 2024
1 parent c5128d2 commit 6ce6d2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install system dependencies
run: script/bootstrap
- name: Machete
uses: bnjbvr/cargo-machete@main
- name: Setup | Cache Cargo
uses: actions/[email protected]
with:
Expand All @@ -27,9 +29,6 @@ jobs:
target/
key: ubuntu-test-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Lint
run: |
cargo install cargo-machete
cargo machete
cargo clippy
run: cargo clippy
- name: Build test
run: cargo build

0 comments on commit 6ce6d2a

Please sign in to comment.