Skip to content

Commit 12c4f73

Browse files
committed
Create coding-standards.yml
1 parent 32e8014 commit 12c4f73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
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
11+
with:
12+
php: "8.3"

0 commit comments

Comments
 (0)