From 702853f582267ef35d86be6a27890dc30b0348b5 Mon Sep 17 00:00:00 2001 From: Akash Vibhute Date: Tue, 27 Aug 2024 14:17:46 +0000 Subject: [PATCH] Specify char paths to lint Signed-off-by: Akash Vibhute --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4d78cbb..16aef1c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: lint-test: runs-on: ubuntu-latest env: - chart_configuration: --charts charts/ + chart_configuration: --charts charts/infrastructure charts/infrastructure/harbor charts/monitoring charts/rmf-deployment steps: - name: Checkout uses: actions/checkout@v3