Skip to content

🌱Add yamlling workflow to check yaml files in pull request #14

🌱Add yamlling workflow to check yaml files in pull request

🌱Add yamlling workflow to check yaml files in pull request #14

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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: yaml-lint
run: yamllint -c .yamllint.yaml .