Co-authored-by: Max Mehl <max.mehl@fsfe.org> Co-committed-by: Max Mehl <max.mehl@fsfe.org>pull/2237/head
parent
4a916aa319
commit
569180dea0
14
.drone.yml
14
.drone.yml
|
@ -3,7 +3,7 @@ type: docker
|
|||
name: default
|
||||
|
||||
clone:
|
||||
depth: 50
|
||||
depth: 150
|
||||
|
||||
steps:
|
||||
- name: syntaxcheck
|
||||
|
@ -11,7 +11,11 @@ steps:
|
|||
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
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- test
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
|
Loading…
Reference in New Issue