Skip to content

Commit f68f0b7

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

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

162+
- name: Lint code
163+
run: COMPOSER_MEMORY_LIMIT=-1 composer lint
164+
working-directory: .vortex/tests
165+
162166
- name: Install Ahoy
163167
run: |
164168
version=2.4.0 && \

0 commit comments

Comments
 (0)