mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 12:16:13 +02:00
tea/.gitlab/pipeline/jobs/xliff-lint.yml

10 lines
275 B
YAML
Raw Normal View History

2021-08-24 10:27:50 +02:00
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')