Skip to content

🌱(deps): Bump the k8s.io group to 0.34.8, CAPI to 1.12.8, gomega to 1.41.0 and gopkg.in/ini.v1 to 1.67.2 #565

🌱(deps): Bump the k8s.io group to 0.34.8, CAPI to 1.12.8, gomega to 1.41.0 and gopkg.in/ini.v1 to 1.67.2

🌱(deps): Bump the k8s.io group to 0.34.8, CAPI to 1.12.8, gomega to 1.41.0 and gopkg.in/ini.v1 to 1.67.2 #565

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
- name: yaml-lint
run: yamllint -c .yamllint.yaml .