Skip to content

fix: update ose-cli image version #11

fix: update ose-cli image version

fix: update ose-cli image version #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 chart templates (contain {{ }}; not valid YAML)
FILTER_REGEX_EXCLUDE=.*/templates/.*