Skip to content

Commit

Permalink
ci: Fix the installation step of PHP-CS-Fixer (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Feb 6, 2024
1 parent 5d61ed5 commit ba43ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: composer install --no-progress --no-interaction --prefer-dist

- name: Install dependencies
run: composer bin php-cs-fixer update
run: composer bin php-cs-fixer install

- name: Run script
run: vendor-bin/php-cs-fixer/bin/php-cs-fixer fix --verbose --diff --dry-run
Expand Down

0 comments on commit ba43ce5

Please sign in to comment.