Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
build: optimized composer call (#142)
Browse files Browse the repository at this point in the history
* build: optimized composer call

* build: added missing t
  • Loading branch information
prisis authored Oct 24, 2019
1 parent 5539fa7 commit fdd3976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
php-version: 7.2
- name: 'lint php code'
run: |
composer global require narrowspark/coding-standard:3.1.0
composer global require narrowspark/coding-standard:3.1.0 --no-interaction --prefer-dist --no-progress --profile --no-suggest --optimize-autoloader
cd $GITHUB_WORKSPACE
/home/runner/.composer/vendor/bin/php-cs-fixer fix -v --dry-run --stop-on-violation
2 changes: 1 addition & 1 deletion .github/workflows/static-analyze-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
php-version: 7.2
- name: 'analyze php code'
run: |
composer install
composer install --no-interaction --prefer-dist --no-progress --profile --no-suggest
composer phpstan

0 comments on commit fdd3976

Please sign in to comment.