File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
name : Check & fix styling (laravel pint)
2
- on : [push, pull_request]
2
+ on : [ push, pull_request ]
3
3
jobs :
4
4
phplint :
5
5
name : Laravel Pint
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
9
- with :
10
- fetch-depth : 2
8
+ - uses : actions/checkout@v4
9
+ with :
10
+ fetch-depth : 2
11
11
12
- - name : Laravel Pint
13
- uses : aglipanci/laravel-pint-action@latest
14
- with :
15
- preset : laravel
16
- configPath : " pint.json"
17
- pintVersion : 1.21.2
12
+ - name : Laravel Pint
13
+ uses : aglipanci/laravel-pint-action@latest
14
+ with :
15
+ preset : laravel
16
+ configPath : " pint.json"
17
+ pintVersion : 1.21.2
18
18
19
- - name : Commit changes
20
- uses : stefanzweifel/git-auto-commit-action@v4
21
- with :
22
- commit_message : Fixing styling (Laravel Pint)
23
- skip_fetch : true
19
+ - name : Commit changes
20
+ uses : stefanzweifel/git-auto-commit-action@v4
21
+ with :
22
+ commit_message : Fixing styling (Laravel Pint)
23
+ skip_fetch : true
You can’t perform that action at this time.
0 commit comments