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