Skip to content

⚠️ Migrate controllers and types to CAPI v1beta2 conditions #317

⚠️ Migrate controllers and types to CAPI v1beta2 conditions

⚠️ Migrate controllers and types to CAPI v1beta2 conditions #317

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: yaml-lint
run: yamllint -c .yamllint.yaml .