Skip to content

Commit c3f495e

Browse files
committed
feat: linting
1 parent 48af29c commit c3f495e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pint.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: PHP Linting
2+
on: pull_request
3+
jobs:
4+
phplint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v1
8+
- name: "laravel-pint"
9+
uses: aglipanci/[email protected]
10+
with:
11+
preset: laravel
12+
verboseMode: true
13+
testMode: true
14+
# configPath: "vendor/my-company/coding-style/pint.json"

0 commit comments

Comments
 (0)