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

This commit is contained in:
dhanabalan
2025-11-26 14:06:52 +05:30
parent 346aaf1438
commit 699103b047
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
php-version: "8.4"
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --quiet
run: composer install
# Run larastan code quality checks
- name: Run Larastan