Refactor composer install command in workflow files for Larastan and Laravel Pint
This commit is contained in:
2
.github/workflows/larastan.yaml
vendored
2
.github/workflows/larastan.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
php-version: "8.4"
|
php-version: "8.4"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-interaction --quiet
|
run: composer install
|
||||||
|
|
||||||
# Run larastan code quality checks
|
# Run larastan code quality checks
|
||||||
- name: Run Larastan
|
- name: Run Larastan
|
||||||
|
|||||||
2
.github/workflows/laravel-pint.yaml
vendored
2
.github/workflows/laravel-pint.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
php-version: "8.4"
|
php-version: "8.4"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-interaction --quiet
|
run: composer install --prefer-dist --no-interaction
|
||||||
|
|
||||||
# Run pint in test mode, check only files different from master branch
|
# Run pint in test mode, check only files different from master branch
|
||||||
- name: Run Laravel Pint in test mode
|
- name: Run Laravel Pint in test mode
|
||||||
|
|||||||
Reference in New Issue
Block a user