Skip to content

Commit 8c9c6a2

Browse files
committed
fix
1 parent 3184a13 commit 8c9c6a2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/pint.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name: Check & fix styling (laravel pint)
2-
on: [push, pull_request]
2+
on: [ push, pull_request ]
33
jobs:
44
phplint:
55
name: Laravel Pint
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
9-
with:
10-
fetch-depth: 2
8+
- uses: actions/checkout@v4
9+
with:
10+
fetch-depth: 2
1111

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
1818

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

0 commit comments

Comments
 (0)