Skip to content

Add YAML lint step to CI pipeline #29

Description

@johnmccrae

Context

During ex10, the azure-pipelines.yml had silently concatenated lines (missing newlines) that caused "no pipelines found" in Azure DevOps — only caught because the UI was broken, not by any automated check.

Acceptance Criteria

  • A YAML lint step (e.g. yamllint or powershell -Command [yaml]::parse) runs on every PR
  • Step is placed before all build tasks so a malformed YAML file fails fast
  • Step is continueOnError: false (this one should be blocking)
  • Documented in CONTRIBUTING.md

Relevant Code Paths

  • azure-pipelines.yml — the file that broke
  • .github/pull_request_template.md — add a reminder to validate YAML before push

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions