Skip to content

Commit

Permalink
fix: yamllint erros
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshit Gondwal <[email protected]>
  • Loading branch information
rakshitgondwal committed Apr 11, 2023
1 parent 740e907 commit 8978d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
helm-generation-check:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -79,10 +79,10 @@ jobs:
- name: Generate new YAML
run: |
helm template helm/chart > new.yaml
- name: Compare YAML files
run: |
if ! diff -rq current.yaml new.yaml &>/dev/null; then
if ! diff -rq current.yaml new.yaml &>/dev/null; then
echo "Helm charts were not re-generated. Please regenerate them using make helm-package"
exit 1
else
Expand Down

0 comments on commit 8978d0c

Please sign in to comment.