From 87390b6e5d9529ea3f0e3b3461cd00590f70a1c8 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 9 Sep 2021 14:16:25 -0400 Subject: [PATCH] Enable strict YAML linting Fail yamllint on warnings, as we do with other repos. Signed-off-by: Daniel Farrell --- .github/workflows/linting.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 8d0c0ce..e9a864a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -101,3 +101,4 @@ jobs: with: file_or_dir: submariner-k8s-broker/Chart.yaml submariner-k8s-broker/values.yaml submariner-operator/Chart.yaml submariner-operator/values.yaml config_file: .yamllint.yml + strict: true