From 20389e3c53ea69c14997c4a04340dd584db309fe Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Tue, 9 Feb 2021 09:29:30 +0100 Subject: [PATCH] ci: add lint for keto --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9cfee66c1..ec3ddc8b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,6 +13,8 @@ jobs: run: helm lint ./helm/charts/oathkeeper/ - run: helm lint ./helm/charts/oathkeeper-maester/ + - + run: helm lint ./helm/charts/keto/ - run: helm lint ./helm/charts/hydra/ -