All checks were successful
continuous-integration/drone/push Build is passing
reduce clone depth to minimum migrate to drone 1.x syntax Co-authored-by: max.mehl <max.mehl@fsfe.org>
14 lines
287 B
YAML
14 lines
287 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
clone:
|
|
depth: 1
|
|
|
|
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
|