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

build: optimized composer call #142

Merged
merged 2 commits into from
Oct 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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