Skip to content

ci: migrate yamllint to GitHub Actions #1

ci: migrate yamllint to GitHub Actions

ci: migrate yamllint to GitHub Actions #1

Workflow file for this run

---
name: yamllint
on:
pull_request:
branches: [main]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint .