Skip to content

Commit 5f09d7b

Browse files
committed
fix
1 parent 291b54b commit 5f09d7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
with:
1010
fetch-depth: 2
11+
1112
- name: Laravel Pint
1213
uses: aglipanci/laravel-pint-action@latest
1314
with:
@@ -16,6 +17,7 @@ jobs:
1617
testMode: true
1718
configPath: "pint.json"
1819
pintVersion: 1.21.2
20+
1921
- name: Commit changes
2022
uses: stefanzweifel/git-auto-commit-action@v4
2123
with:

0 commit comments

Comments
 (0)