Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Nov 18, 2024
1 parent 1cd1db0 commit 776c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: make helm-lint

- name: Lint Code Base
uses: super-linter/super-linter:v7.2.0
uses: super-linter/super-linter@v7.2.0
env:
FILTER_REGEX_EXCLUDE: .*(CHANGELOG\.md|README\.md|Chart\.yaml|NOTES.txt).*
FILTER_REGEX_INCLUDE: .*production/helm/.*
Expand Down

0 comments on commit 776c0ea

Please sign in to comment.