From 14e4fbb1ae6ee45dccf5e906029ce85d4cb78fad Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Mon, 6 May 2024 16:24:26 +0400 Subject: [PATCH] fix linit-check charts dir --- .github/workflows/lint-check.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-check.yaml b/.github/workflows/lint-check.yaml index 2688133fe..2a7ee86ca 100644 --- a/.github/workflows/lint-check.yaml +++ b/.github/workflows/lint-check.yaml @@ -18,6 +18,11 @@ jobs: lint-test: if: github.event_name != 'pull_request' || !github.event.pull_request.draft runs-on: ubuntu-latest + + defaults: + run: + working-directory: starship/ + steps: - name: Checkout uses: actions/checkout@v2 @@ -37,4 +42,4 @@ jobs: uses: helm/chart-testing-action@v2.3.1 - name: Run chart-testing (lint) - run: ct lint --chart-dirs starship/charts --charts charts/devnet + run: ct lint --chart-dirs charts --charts charts/devnet