Skip to content

Verify GitHub Actions visibility for Agent Machine validation workflow #2

@mdheller

Description

@mdheller

Context

The repo now has .github/workflows/validate.yml and a make validate path covering JSON schemas/examples, YAML manifests, Quadlet templates, AgentPod plan/receipt rendering, CLI smoke checks, and Homebrew formula syntax.

Connector checks for recent commits returned no workflow runs and no combined statuses. That is not a confirmed CI failure, but it means validation status is not visible through the current connector query path.

Required outcome

Confirm whether GitHub Actions is enabled and whether the validate workflow is running on pushes and pull requests to main.

Acceptance criteria

  • A visible workflow run exists for a recent commit on main, or a documented reason exists for why no run appears.
  • If Actions is disabled or unavailable for this repository, document the repository setting/remediation path.
  • If workflow syntax prevents execution, fix .github/workflows/validate.yml.
  • If the connector cannot see Actions runs even when GitHub shows them, document that limitation separately.
  • make validate remains the canonical local validation command.

Related files

  • .github/workflows/validate.yml
  • Makefile
  • scripts/validate-json.py
  • scripts/validate-yaml.py
  • scripts/validate-quadlet.py
  • scripts/render-agentpod-plan.py
  • scripts/render-agentpod-quadlet.py
  • scripts/render-agentpod-k8s.py

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions