8000 refactor: Check instead of commit php linting · NativePHP/laravel@1805b07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1805b07

Browse files
committed
refactor: Check instead of commit php linting
1 parent 182c5d8 commit 1805b07

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
name: Fix PHP code style issues
1+
name: Check PHP code style issues
22

33
on:
44
push:
55
paths:
66
- '**.php'
77

8-
permissions:
9-
contents: write
10-
118
jobs:
129
php-code-styling:
1310
runs-on: ubuntu-latest
@@ -20,8 +17,6 @@ jobs:
2017

2118
- name: Fix PHP code style issues
2219
uses: aglipanci/laravel-pint-action@2.5
23-
24-
- name: Commit changes
25-
uses: stefanzweifel/git-auto-commit-action@v5
2620
with:
27-
commit_message: Fix styling
21+
verboseMode: true
22+
testMode: true

0 commit comments

Comments
 (0)
0