14 lines
288 B
YAML
14 lines
288 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
clone:
|
|
depth: 50
|
|
|
|
steps:
|
|
- name: 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
|