We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
coding-standards.yml
1 parent 39e225e commit 9be865fCopy full SHA for 9be865f
.github/workflows/coding-standards.yml
@@ -2,6 +2,9 @@ name: fix code styling
2
3
on: [push]
4
5
+permissions:
6
+ contents: write
7
+
8
jobs:
9
lint:
10
uses: laravel/.github/.github/workflows/coding-standards.yml@main
0 commit comments