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 a7b834d commit 6dad8d4Copy full SHA for 6dad8d4
.github/workflows/ci.yml
@@ -66,8 +66,8 @@ jobs:
66
- name: Phive install
67
run: php config/composer_phive.php
68
69
- - name: Run phpcs
70
- run: bin/phpcs --version && bin/phpcs --report=checkstyle --standard=phpcs.xml src/ tests/
71
-
72
- name: Run phpstan
73
run: bin/phpstan -V && bin/phpstan analyse src -l 5 --error-format=github
+
+ - name: Run phpcs
+ run: bin/phpcs --version && bin/phpcs --report=checkstyle --standard=phpcs.xml src/ tests/
0 commit comments