Skip to content

🌱 Add OpenStackAuthenticationSucceeded condition #203

🌱 Add OpenStackAuthenticationSucceeded condition

🌱 Add OpenStackAuthenticationSucceeded condition #203

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 .