Skip to content

deps: update dependency cloud-bulldozer/kube-burner to v1.7.5 #1934

deps: update dependency cloud-bulldozer/kube-burner to v1.7.5

deps: update dependency cloud-bulldozer/kube-burner to v1.7.5 #1934

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'
jobs:
yamllint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Lint YAML files
run: make yamllint