Skip to content
Latchkey

GitHub Actions Workflow YAML Validator (Quick Lint)

A fast structural lint for GitHub Actions YAML - catch the obvious mistakes before a failed run burns minutes.

Paste your workflow below. This is a lightweight client-side lint (not a full YAML parser) that flags the most common GitHub Actions structural mistakes.

What it checks

  • Tabs in indentation (YAML requires spaces).
  • Missing top-level on: trigger or jobs: block.
  • Jobs missing runs-on:.
  • Empty uses: values.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →