mirror of
https://github.com/werkraum-media/watchlist.git
synced 2025-04-25 10:20:51 +02:00
Use working xliff validation
We needed to download the file beforehand. But this no longer works. Instead not downloading now works again.
This commit is contained in:
parent
9416735615
commit
1ff391af7f
1 changed files with 1 additions and 2 deletions
|
@ -32,9 +32,8 @@ let
|
|||
text = ''
|
||||
project-install
|
||||
xmllint --schema vendor/phpunit/phpunit/phpunit.xsd --noout phpunit.xml.dist
|
||||
wget --no-check-certificate https://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd --output-document=xliff-core-1.2-strict.xsd
|
||||
# shellcheck disable=SC2046
|
||||
xmllint --schema xliff-core-1.2-strict.xsd --noout $(find Resources -name '*.xlf')
|
||||
xmllint --noout $(find Resources -name '*.xlf')
|
||||
'';
|
||||
};
|
||||
projectCodingGuideline = pkgs.writeShellApplication {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue