From 47d8c18e694e3fdfa2cc634af99b34388df01dbb Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 5 Sep 2019 13:58:12 +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 4ae6d57994..5861aa866b 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,6 +1,7 @@ +--- repository: name: ocis-phoenix - description: :atom_symbol: Service to serve Phoenix for Reva/oCIS + description: ':atom_symbol: Service to serve Phoenix 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 bea535bb6e..a86bf4376e 100644 --- a/config/example.yml +++ b/config/example.yml @@ -1,5 +1,8 @@ +--- server: addr: 0.0.0.0:8080 metrics: addr: 0.0.0.0:8090 + +...