Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Sep 21, 2023
1 parent 681dd4a commit d87b311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-codebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: '.*chart/.*|.*README.md.*|.*.github/workflows/release-autotag.*'
FILTER_REGEX_EXCLUDE: 'chart/.*|README.md'

# helm-readme-generator:
# runs-on: ubuntu-20.04
Expand Down

0 comments on commit d87b311

Please sign in to comment.