mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:36:13 +01:00

[TASK] Migrate the XLIFF linting to GitHub Actions (#237)

This commit is contained in:
Łukasz Uznański 2021-04-07 14:27:28 +02:00 committed by GitHub
parent e853aa82fb
commit a2da368d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,12 +130,8 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Install xmllint"
run: "sudo apt-get install libxml2-utils wget"
- name: "Download xliff schema"
run: "wget https://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd"
- name: "Run lint"
run: "xmllint --schema ./xliff-core-1.2-strict.xsd --noout $(find Resources -name '*.xlf')"
- name: "Run the xliff lint"
uses: TYPO3-Continuous-Integration/TYPO3-CI-Xliff-Lint@v1
unit-tests:
name: "Unit tests"
runs-on: ubuntu-20.04