2020-04-24 09:47:31 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
clone:
|
2020-05-19 11:19:48 +00:00
|
|
|
depth: 50
|
2020-04-24 09:47:31 +00:00
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: syntaxcheck
|
2018-02-17 19:22:37 +00:00
|
|
|
image: vsasyan/xmllint
|
|
|
|
commands:
|
2020-04-24 09:47:31 +00:00
|
|
|
- find . -type f \( -iname "*.xhtml" -o -iname "*.xml" -o -iname "*.xsl" \) -exec xmllint --noout {} +
|
|
|
|
- bash tools/check-non-en-frontpage.sh news
|