Skip to content

Commit 6dad8d4

Browse files
authored
Run phpstan before phpcs
1 parent a7b834d commit 6dad8d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: Phive install
6767
run: php config/composer_phive.php
6868

69-
- name: Run phpcs
70-
run: bin/phpcs --version && bin/phpcs --report=checkstyle --standard=phpcs.xml src/ tests/
71-
7269
- name: Run phpstan
7370
run: bin/phpstan -V && bin/phpstan analyse src -l 5 --error-format=github
71+
72+
- name: Run phpcs
73+
run: bin/phpcs --version && bin/phpcs --report=checkstyle --standard=phpcs.xml src/ tests/

0 commit comments

Comments
 (0)