Skip to content

Commit

Permalink
Fix faulty build action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed May 6, 2021
1 parent 3877e76 commit 82130b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: composer update --ansi --no-scripts --no-interaction

- name: Run PHP-CS-Fixer
run: vendor/bin/php-cs-fixer fix --ansi --config=.php_cs.dist --verbose --dry-run --using-cache=no
run: vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run --using-cache=no

- name: Run PHPStan Static Analysis Check
run: vendor/bin/phpstan analyse --ansi
Expand Down

0 comments on commit 82130b4

Please sign in to comment.