Skip to content

Commit

Permalink
[ci] add unused check
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 17, 2024
1 parent a76cb6f commit 23e0349
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
name: 'Check Active Classes'
run: vendor/bin/class-leak check bin src --ansi

-
name: 'Unusued check'
run: vendor/bin/composer-dependency-analyser

name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest

Expand Down

0 comments on commit 23e0349

Please sign in to comment.