Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Dec 3, 2024
1 parent 2042a40 commit 82a4071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-helm-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Lint
run: helm -f ./values-stage.yaml lint
run: helm lint -f ./values-staging.yaml .
working-directory: 'charts/cluster-hoprd/'

package:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-helm-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Lint
run: helm lint
run: helm lint -f ./values-staging.yaml .
working-directory: 'charts/hoprd-operator/'

package:
Expand Down

0 comments on commit 82a4071

Please sign in to comment.