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 01797fd commit f9a8830
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 @@ -171,7 +171,7 @@ jobs:
pip install -e ".[dev]"
- name: Find dead code with vulture
run: vulture src/kili tests > dead_code.log
run: vulture src/kili tests > dead_code.log || true

- name: Find dead code with dead
run: dead >> dead_code.log
Expand Down

0 comments on commit f9a8830

Please sign in to comment.