1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

Merge pull request #2941 from Mossaka/add-machete-to-ci

.github/workflows/basic: check unused deps on 'check' job
This commit is contained in:
Yashodhan 2024-10-01 10:07:50 +05:30 committed by GitHub
commit c74b67bfe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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/cargo-machete@v0.7.0
tests:
needs: [changes]