From a697bdd0bc640b7c34b0706b26827aad736c0ebc Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 5 Sep 2019 13:58:18 +0200 Subject: [PATCH] Lint available yaml files --- .github/settings.yml | 5 ++++- config/example.yml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 871565893f..3e1b088039 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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 + +... diff --git a/config/example.yml b/config/example.yml index b3be248ef3..9d3710130d 100644 --- a/config/example.yml +++ b/config/example.yml @@ -1,5 +1,8 @@ +--- server: addr: 0.0.0.0:8280 metrics: addr: 0.0.0.0:8290 + +...