Skip to content

Commit

Permalink
fix: new line character at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
amartingarcia committed Oct 26, 2023
1 parent f8eb60d commit a2756ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --debug
run: ct lint --chart-repos bitnami=https://charts.bitnami.com/bitnami,opensearch=https://opensearch-project.github.io/helm-charts/,oauth2-proxy=https://oauth2-proxy.github.io/manifests/ --target-branch ${{ github.event.repository.default_branch }} --debug

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
Expand Down

0 comments on commit a2756ad

Please sign in to comment.