Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvdbrugge authored Sep 22, 2024
1 parent 91ed2e7 commit f03a5d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v4

- name: Validate composer.json and composer.lock
run: composer validate --strict \
&& composer validate --strict --working-dir=devtools/php-cs-fixer \
&& composer validate --strict --working-dir=devtools/phpstan \
run: composer validate --strict
&& composer validate --strict --working-dir=devtools/php-cs-fixer
&& composer validate --strict --working-dir=devtools/phpstan
&& composer validate --strict --working-dir=devtools/phpunit

- name: Cache Composer Packages
Expand All @@ -36,9 +36,9 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Install Tools
run: make \
devtools/php-cs-fixer/vendor/bin/php-cs-fixer \
devtools/phpstan/vendor/bin/phpstan \
run: make
devtools/php-cs-fixer/vendor/bin/php-cs-fixer
devtools/phpstan/vendor/bin/phpstan
devtools/phpunit/vendor/bin/phpunit

- name: Run CodeStyle Check
Expand Down

0 comments on commit f03a5d1

Please sign in to comment.