Skip to content

Commit

Permalink
Install php-cs-fixer in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jan 22, 2024
1 parent ab510fd commit dfe5153
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
php-version: '8.3'
extensions: gd, imagick
- name: php-cs-fixer
run: vendor/bin/php-cs-fixer fix --dry-run --diff
run: |
composer update --no-interaction --no-ansi --no-progress
vendor/bin/php-cs-fixer fix --dry-run --diff
tests:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit dfe5153

Please sign in to comment.