Updates Pint Workflow

This commit is contained in:
Refringe 2024-05-31 21:03:29 -04:00
parent 302ef0ab5d
commit 580eb585e6
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED
2 changed files with 4 additions and 2 deletions

View File

@ -62,4 +62,4 @@ jobs:
- name: Execute Code Static Analysis with Larastan - name: Execute Code Static Analysis with Larastan
run: | run: |
composer require --dev larastan/larastan composer require --dev larastan/larastan
vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress ./vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress

View File

@ -61,7 +61,9 @@ jobs:
run: composer update --prefer-stable run: composer update --prefer-stable
- name: Run Pint Code Style Fixer - name: Run Pint Code Style Fixer
run: .vendor/bin/pint run: |
composer require --dev laravel/pint
./vendor/bin/pint
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v5
with: with: