Skip to content

Updated chart name to rhbk #11

Updated chart name to rhbk

Updated chart name to rhbk #11

Workflow file for this run

---
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