mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 05:56:13 +02:00
tea/.gitlab/pipeline/jobs/typoscript-lint.yml
Daniel Siepmann 5a25569a19
[TASK] Use typoscript instead of ts within script names (#1392)
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
2024-07-29 19:49:37 +02:00

7 lines
130 B
YAML

ts-lint:
extends: .default
stage: lint
needs:
- build-composer-dependencies
script:
- composer ci:typoscript:lint