Skip to content

Commit

Permalink
ci: add dead code detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Oct 10, 2023
1 parent f9a8830 commit 3aae35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
run: vulture src/kili tests > dead_code.log || true

- name: Find dead code with dead
run: dead >> dead_code.log
run: dead >> dead_code.log || true

- name: Log dead code
run: >-
Expand Down

0 comments on commit 3aae35f

Please sign in to comment.