We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637c5fb commit aa8cf0bCopy full SHA for aa8cf0b
.github/workflows/php.yml
@@ -35,7 +35,10 @@ jobs:
35
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
36
# Docs: https://getcomposer.org/doc/articles/scripts.md
37
- name: Check coding standards
38
- run: composer run-script lint
39
-
+ run: composer run-script lint:fix
+
40
+ - name: Check PHPStan
41
+ run: composer run-script lint:stan
42
43
- name: Run test suite
44
run: composer run-script test
0 commit comments