mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 08:16:12 +01:00
7 lines
122 B
YAML
7 lines
122 B
YAML
ts-lint:
|
|
extends: .default
|
|
stage: lint
|
|
needs:
|
|
- build-composer-dependencies
|
|
script:
|
|
- composer ci:ts:lint
|