Skip to content

Commit 85c8c5f

Browse files
committed
📦 Check phpcs in CI too
1 parent e7e7e67 commit 85c8c5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
run: |
5050
composer update ${{ matrix.install-args }} --no-interaction --no-progress --prefer-dist
5151
52+
- name: phpcs
53+
run: |
54+
vendor/bin/phpcs --no-cache
55+
5256
- name: phpunit
5357
run: |
5458
vendor/bin/phpunit --no-coverage

0 commit comments

Comments
 (0)