We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb81499 commit 128c18fCopy full SHA for 128c18f
.github/workflows/pint.yml
@@ -7,13 +7,21 @@ on:
7
jobs:
8
phplint:
9
runs-on: ubuntu-latest
10
+
11
+ permissions:
12
+ contents: write
13
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
+ ref: ${{ github.head_ref }}
18
19
- name: "laravel-pint"
- uses: aglipanci/laravel-pint-action@2.0.0
20
+ uses: aglipanci/laravel-pint-action@latest
21
with:
22
preset: laravel
23
verboseMode: true
24
25
- uses: stefanzweifel/git-auto-commit-action@v5
26
27
commit_message: "fix: pint"
0 commit comments