Skip to content

Merge pull request #565 from openshift-cherrypick-robot/cherry-pick-5… #520

Merge pull request #565 from openshift-cherrypick-robot/cherry-pick-5…

Merge pull request #565 from openshift-cherrypick-robot/cherry-pick-5… #520

Workflow file for this run

---
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run yamllint
run: make yamllint
name: Yamllint
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- release-4.17
push:
branches:
- release-4.17