We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddcfbb commit 8a4a459Copy full SHA for 8a4a459
1 file changed
.github/workflows/lint.yml
@@ -23,3 +23,6 @@ jobs:
23
24
- name: Lint with phpcs
25
run: vendor/bin/phpcs --standard=.phpcs-ruleset.xml src/
26
+
27
+ - name: Lint with phpstan
28
+ run: vendor/bin/phpstan analyze
0 commit comments