Skip to content

Commit

Permalink
CI: Fix composer unused job (#3812)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed May 12, 2023
1 parent 0d51657 commit 5229535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
-
name: 'Detect unused dependencies'
# "default" format overrides default "github" in CI
run: vendor/bin/composer-unused --ansi --output-format default
run: vendor/bin/composer-unused --ansi --output-format=default

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

0 comments on commit 5229535

Please sign in to comment.