Skip to content

Commit 5d1459b

Browse files
committed
ci: pint committer
1 parent b4f44fc commit 5d1459b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/pint.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
name: PHP Linting
2-
on: [push, pull_request]
2+
on: [ push, pull_request ]
33
jobs:
44
phplint:
5+
strategy:
6+
matrix:
7+
php: [ 8.2 ]
8+
fail-fast: false
9+
510
runs-on: ubuntu-latest
11+
timeout-minutes: 8
12+
613
steps:
714
- uses: actions/checkout@v4
15+
816
- name: "laravel-pint"
917
uses: aglipanci/laravel-pint-action@2.0.0
1018
with:
1119
preset: laravel
1220
verboseMode: true
21+
1322
- uses: stefanzweifel/git-auto-commit-action@v5
1423
with:
1524
commit_message: "fix(cs): [ci-review] pint :bug:"
16-
25+
commit_author: 'GitHub Action <actions@github.com>'
26+
commit_user_email: 'action@github.com'

0 commit comments

Comments
 (0)