Skip to content

chore(ci): add yaml linter workflow and fix yaml formatting #10

chore(ci): add yaml linter workflow and fix yaml formatting

chore(ci): add yaml linter workflow and fix yaml formatting #10

Workflow file for this run

name: YAML check
on:
pull_request:
branches: [main]
paths:
- "**/*.yml"
- "**/*.yaml"
- ".github/workflows/yml.yml"
- ".github/yamllint.yml"
jobs:
yaml-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate YAML files
run: yamllint -c .yamllint.yml .