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 bcfef44 commit a133a2fCopy full SHA for a133a2f
.github/workflows/fix-php-code-style-issues.yml
@@ -26,14 +26,14 @@ jobs:
26
27
- name: Check PHP code style issues
28
if: github.event_name == 'push'
29
- uses: aglipanci/laravel-pint-action@2.5
+ uses: aglipanci/laravel-pint-action@2.6
30
with:
31
verboseMode: true
32
testMode: true
33
34
- name: Fix PHP code style issues
35
if: github.event_name == 'pull_request'
36
37
38
- name: Commit changes
39
0 commit comments