6 lines
177 B
YAML
6 lines
177 B
YAML
pipeline:
|
|
syntaxcheck:
|
|
image: vsasyan/xmllint
|
|
commands:
|
|
- find . -type f \( -iname "*.xhtml" -o -iname "*.xml" -o -iname "*.xsl" \) -exec xmllint --noout {} +
|