Skip to content

🚀 Release v0.13.1 #20

🚀 Release v0.13.1

🚀 Release v0.13.1 #20

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 .