Skip to content

Commit

Permalink
fix linit-check charts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 6, 2024
1 parent eaca740 commit 14e4fbb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,4 +42,4 @@ jobs:
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --chart-dirs starship/charts --charts charts/devnet
run: ct lint --chart-dirs charts --charts charts/devnet

0 comments on commit 14e4fbb

Please sign in to comment.