Add Larastan configuration and dependencies for static analysis #9

Merged
jothi merged 8 commits from ranjith-dev into master 2025-11-26 09:11:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 699103b047 - Show all commits

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