We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca665f commit 3d432f8Copy full SHA for 3d432f8
.github/workflows/fix-php-cs.yml
@@ -33,7 +33,7 @@ jobs:
33
run: composer install --no-interaction --no-progress --prefer-dist
34
35
- name: Run Laravel Pint (PSR-12)
36
- run: vendor/bin/pint
+ run: vendor/bin/pint --parallel
37
38
- name: Commit changes
39
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments