Skip to content

Commit 7ede7d7

Browse files
committed
feat: add Larastan check to CI workflow
1 parent 7d6e30b commit 7ede7d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
DB_PORT: ${{ job.services.mysql.ports['3306'] }}
8282
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
8383

84+
- name: Static analyses with Larastan (PHPStan)
85+
run: composer run analyse
86+
continue-on-error: true
87+
8488
- name: Upload coverage to Codecov
8589
uses: codecov/codecov-action@v4-beta
8690
env:

0 commit comments

Comments
 (0)