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:
commit
c74b67bfe1
2
.github/workflows/basic.yml
vendored
2
.github/workflows/basic.yml
vendored
@ -59,6 +59,8 @@ jobs:
|
|||||||
echo "TARGET=${{ matrix.arch }}-unknown-linux-${{ matrix.libc }}" >> ${GITHUB_ENV}
|
echo "TARGET=${{ matrix.arch }}-unknown-linux-${{ matrix.libc }}" >> ${GITHUB_ENV}
|
||||||
- name: Check formatting and lints
|
- name: Check formatting and lints
|
||||||
run: just lint
|
run: just lint
|
||||||
|
- name: Check unused deps
|
||||||
|
uses: bnjbvr/cargo-machete@v0.7.0
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
needs: [changes]
|
needs: [changes]
|
||||||
|
Loading…
Reference in New Issue
Block a user