Refactor composer install command in workflow files for Larastan and Laravel Pint
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Laravel Pint / pint (pull_request) Failing after 2m19s
Laravel Larastan / larastan (pull_request) Failing after 2m13s
Gemini PR Review / review (pull_request) Failing after 19s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Laravel Pint / pint (pull_request) Failing after 2m19s
Laravel Larastan / larastan (pull_request) Failing after 2m13s
Gemini PR Review / review (pull_request) Failing after 19s
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