mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 08:36:12 +01:00
9 lines
275 B
YAML
9 lines
275 B
YAML
xliff-lint:
|
|
extends: .default
|
|
stage: lint
|
|
needs:
|
|
- build-composer-dependencies
|
|
script:
|
|
- wget https://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd
|
|
- xmllint --schema ./xliff-core-1.2-strict.xsd
|
|
--noout $(find Resources -name '*.xlf')
|