Skip to content

feat: Validate individual tasks in GA CI #863

feat: Validate individual tasks in GA CI

feat: Validate individual tasks in GA CI #863

Workflow file for this run

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