Updated chart name to rhbk #11
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Super linter | |
| on: | |
| pull_request: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| jobs: | |
| lint: | |
| uses: validatedpatterns/github-actions-library/.github/workflows/superlinter.yml@v1 | |
| with: | |
| sl_env: | | |
| VALIDATE_BIOME_FORMAT=false | |
| # Exclude Helm templates ({{ }} not valid YAML for yamllint/kubeconform) | |
| FILTER_REGEX_EXCLUDE=.*/templates/.* | |
| VALIDATE_GITHUB_ACTIONS_ZIZMOR=false |