Skip to content

Commit aff26ad

Browse files
committed
run phpcs
1 parent 54b3294 commit aff26ad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
run: composer install --prefer-dist --no-progress
3636

3737
- name: Run phpunit
38-
run: ./vendor/bin/phpunit
38+
run: ./vendor/bin/phpunit --coverage-text
39+
40+
- name: Run phpcs
41+
run: ./vendor/bin/phpcs
3942

4043
- name: Run phpstan
4144
run: ./vendor/bin/phpstan

0 commit comments

Comments
 (0)