There was an error while loading. Please reload this page.
1 parent d552f01 commit 15415abCopy full SHA for 15415ab
1 file changed
.github/workflows/push.yml
@@ -35,8 +35,6 @@ jobs:
35
with:
36
submodules: 'true'
37
- uses: ./.github/actions/deps
38
- - run: find vendor .cargo -type f
39
- - run: cargo tree
40
- name: Check unused dependencies
41
run: cargo oro udeps
42
check-licenses:
@@ -45,6 +43,8 @@ jobs:
45
43
- uses: actions/checkout@v4
46
44
47
+ - run: find vendor .cargo -type f
+ - run: cargo tree
48
49
- name: Check licenses
50
run: cargo oro license --check
0 commit comments