Skip to content

Commit 75efa9f

Browse files
committed
Fix: Code styles action file no longer commits
1 parent 8221ff4 commit 75efa9f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
with:
2020
ref: ${{ github.head_ref }}
2121

22-
- name: Fix PHP code style issues
23-
uses: aglipanci/[email protected]
2422

25-
- name: Commit changes
26-
uses: stefanzweifel/git-auto-commit-action@v6
27-
with:
28-
commit_message: Fix styling
23+
- name: Check PHP code style issues
24+
run: |
25+
composer global require laravel/pint
26+
~/.composer/vendor/bin/pint --test

0 commit comments

Comments
 (0)