Lint available yaml files

This commit is contained in:
Thomas Boerger
2019-09-05 13:58:18 +02:00
parent a1f37f6332
commit a697bdd0bc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
---
repository:
name: ocis-ocs
description: :atom_symbol: Service to serve OCS for Reva/oCIS
description: ':atom_symbol: Service to serve OCS 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:8280
metrics:
addr: 0.0.0.0:8290
...