1
0
forked from poc/pds

Refactor composer install command in workflow files for Larastan and Laravel Pint

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

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 --prefer-dist --no-interaction
# Run pint in test mode, check only files different from master branch
- name: Run Laravel Pint in test mode