mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Updates Pint Workflow
This commit is contained in:
parent
302ef0ab5d
commit
580eb585e6
2
.github/workflows/larastan.yml
vendored
2
.github/workflows/larastan.yml
vendored
@ -62,4 +62,4 @@ jobs:
|
||||
- name: Execute Code Static Analysis with Larastan
|
||||
run: |
|
||||
composer require --dev larastan/larastan
|
||||
vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress
|
||||
./vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress
|
||||
|
4
.github/workflows/pint.yml
vendored
4
.github/workflows/pint.yml
vendored
@ -61,7 +61,9 @@ jobs:
|
||||
run: composer update --prefer-stable
|
||||
|
||||
- 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
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user