Lint available yaml files

This commit is contained in:
Thomas Boerger
2019-09-05 13:58:14 +02:00
parent 4fb983629d
commit 86c67bb3ab
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
---
repository:
name: ocis-webdav
description: :atom_symbol: Service to serve WebDAV for Reva/oCIS
description: ':atom_symbol: Service to serve WebDAV for Reva/oCIS'
homepage:
topics: reva, ocis
@@ -62,3 +63,5 @@ branches:
contexts:
- continuous-integration/drone/pr
enforce_admins: false
...

View File

@@ -1,5 +1,8 @@
---
server:
addr: 0.0.0.0:8180
metrics:
addr: 0.0.0.0:8190
...