fsfe-website/.drone.yml
max.mehl d2a01d860c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
do not build twice for pull requests
2020-09-28 17:23:06 +02:00

18 lines
340 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
when:
branch:
- master
- test