Skip to content

✨ Update Cluster API to v1.12.0-beta.1 #24

✨ Update Cluster API to v1.12.0-beta.1

✨ Update Cluster API to v1.12.0-beta.1 #24

Workflow file for this run

---
name: yamllint
on:
pull_request:
types: [ opened, edited, synchronize, reopened ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install yamllint
run: sudo apt-get update && sudo apt-get install -y yamllint
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: yaml-lint
run: yamllint -c .yamllint.yaml .