mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Download xliff schema during CI instead of keeping it in repository (#95)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
78c45b1341
commit
c495b03267
2 changed files with 5 additions and 2225 deletions
2223
.github/build/xliff-core-1.2-strict.xsd
vendored
2223
.github/build/xliff-core-1.2-strict.xsd
vendored
File diff suppressed because it is too large
Load diff
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -71,10 +71,13 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: "Install xmllint"
|
||||
run: "sudo apt-get install libxml2-utils"
|
||||
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 .github/build/xliff-core-1.2-strict.xsd
|
||||
run: "xmllint --schema ./xliff-core-1.2-strict.xsd
|
||||
--noout $(find Resources -name '*.xlf')"
|
||||
unit-tests:
|
||||
name: "Unit tests"
|
||||
|
|
Loading…
Reference in a new issue