2018-02-17 20:22:37 +01:00
|
|
|
pipeline:
|
|
|
|
syntaxcheck:
|
|
|
|
image: vsasyan/xmllint
|
|
|
|
commands:
|
|
|
|
- find . -type f \( -iname "*.xhtml" -o -iname "*.xml" -o -iname "*.xsl" \) -exec xmllint --noout {} +
|
2018-12-04 14:59:10 +01:00
|
|
|
- bash tools/check-non-en-frontpage.sh news
|