Skip to content

Commit 8e2c6ee

Browse files
committed
Added missing linting of workflow tests.
1 parent 342bdce commit 8e2c6ee

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/vortex-test-common.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ jobs:
159159
run: composer install
160160
working-directory: .vortex/tests
161161

162+
- name: Lint code
163+
run: |
164+
php -d memory_limit=-1 ./vendor/bin/phpcs
165+
php -d memory_limit=-1 ./vendor/bin/phpstan
166+
php -d memory_limit=-1 ./vendor/bin/rector --dry-run
167+
working-directory: .vortex/tests
168+
162169
- name: Install Ahoy
163170
run: |
164171
version=2.4.0 && \

0 commit comments

Comments
 (0)