Skip to content

chore: backport Keptn helm chart version (#3859) #8002

chore: backport Keptn helm chart version (#3859)

chore: backport Keptn helm chart version (#3859) #8002

Workflow file for this run

name: YAML checks
on:
push:
branches:
- 'main'
- '[0-9]+.[1-9][0-9]*.x'
- 'epic/*'
paths:
- '**.yaml'
- '**.yml'
- '.yamllint'
pull_request:
branches:
- 'main'
- '[0-9]+.[1-9][0-9]*.x'
- 'epic/*'
paths:
- '**.yaml'
- '**.yml'
- '.yamllint'
# Declare default permissions as read only.
permissions: read-all
jobs:
yamllint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Lint YAML files
run: make yamllint