We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a72d7 commit 5693905Copy full SHA for 5693905
.github/workflows/phpstan.yml
@@ -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