7 lines
229 B
YAML
7 lines
229 B
YAML
pipeline:
|
|
syntaxcheck:
|
|
image: vsasyan/xmllint
|
|
commands:
|
|
- find . -type f \( -iname "*.xhtml" -o -iname "*.xml" -o -iname "*.xsl" \) -exec xmllint --noout {} +
|
|
- bash tools/check-non-en-frontpage.sh news
|