mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 05:56:11 +01:00
Daniel Siepmann
5a25569a19
As ts is usually understood as TypeScript instead of TypoScript. TYPO3 itself also changed its file extension from `.ts` to `.typoscript`. We reflect that by adopting the script name. Resolves: #1385
7 lines
130 B
YAML
7 lines
130 B
YAML
ts-lint:
|
|
extends: .default
|
|
stage: lint
|
|
needs:
|
|
- build-composer-dependencies
|
|
script:
|
|
- composer ci:typoscript:lint
|