Skip to content

Commit 5693905

Browse files
committed
Add phpstan Workflow
1 parent 62a72d7 commit 5693905

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/phpstan.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PHPStan
2+
3+
on:
4+
push
5+
6+
jobs:
7+
phpstan:
8+
uses: stefanzweifel/reusable-workflows/.github/workflows/phpstan.yml@main
9+
with:
10+
php_version: '8.3'

0 commit comments

Comments
 (0)