Skip to content

Commit

Permalink
Merge pull request #2941 from Mossaka/add-machete-to-ci
Browse files Browse the repository at this point in the history
.github/workflows/basic: check unused deps on 'check' job
  • Loading branch information
YJDoc2 authored Oct 1, 2024
2 parents 2be77a7 + 5a2b42c commit c74b67b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
echo "TARGET=${{ matrix.arch }}-unknown-linux-${{ matrix.libc }}" >> ${GITHUB_ENV}
- name: Check formatting and lints
run: just lint
- name: Check unused deps
uses: bnjbvr/[email protected]

tests:
needs: [changes]
Expand Down

0 comments on commit c74b67b

Please sign in to comment.