Skip to content

Commit 86e9af2

Browse files
committed
Improved workflow
1 parent 6076237 commit 86e9af2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Fix PHP code style issues
22

3-
on: [push]
3+
on:
4+
push:
5+
paths:
6+
- '**.php'
47

58
jobs:
69
php-code-styling:
@@ -14,8 +17,6 @@ jobs:
1417

1518
- name: Fix PHP code style issues
1619
uses: aglipanci/[email protected]
17-
with:
18-
preset: laravel
1920

2021
- name: Commit changes
2122
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)