Skip to content

Commit 1f40dde

Browse files
committed
CI: output dependency graph
1 parent 1ea311a commit 1f40dde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: clj-kondo --lint src test
3333
- name: eastwood lint
3434
run: lein eastwood
35+
- name: output dependencies
36+
run: lein deps :tree
3537

3638
run-lein-tests:
3739
name: PR Testing

0 commit comments

Comments
 (0)