Skip to content

Commit acc5576

Browse files
committed
Fix style
1 parent f49cd11 commit acc5576

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/style.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88

9+
permissions:
10+
contents: write
11+
912
steps:
1013
- name: Checkout code
1114
uses: actions/checkout@v4
15+
with:
16+
ref: ${{ github.head_ref }}
1217

1318
- name: Setup PHP
1419
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)