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 8221ff4 commit 75efa9fCopy full SHA for 75efa9f
.github/workflows/fix-php-code-style-issues.yml
@@ -19,10 +19,8 @@ jobs:
19
with:
20
ref: ${{ github.head_ref }}
21
22
- - name: Fix PHP code style issues
23
- uses: aglipanci/[email protected]
24
25
- - name: Commit changes
26
- uses: stefanzweifel/git-auto-commit-action@v6
27
- with:
28
- commit_message: Fix styling
+ - name: Check PHP code style issues
+ run: |
+ composer global require laravel/pint
+ ~/.composer/vendor/bin/pint --test
0 commit comments