iiRecord
Agentic AI Atlas · GitHub Actions — test.yml
ci-workflow:gh-actions-testa5c.ai
II.
CIWorkflow JSON

ci-workflow:gh-actions-test

Structured · live

GitHub Actions — test.yml json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/ci/ci-workflows.yamlCluster · extensions
Record JSON
{
  "id": "ci-workflow:gh-actions-test",
  "_kind": "CIWorkflow",
  "_file": "extensions/ci/ci-workflows.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GitHub Actions — test.yml",
    "workflowKind": "github-actions",
    "filePath": ".github/workflows/test.yml",
    "triggers": [
      "push",
      "pull_request"
    ],
    "vcsHostId": "vcs-host:github",
    "notes": "Standard test matrix on Linux + macOS for Node 18 and 20.\n"
  },
  "outgoingEdges": [
    {
      "from": "ci-workflow:gh-actions-test",
      "to": "vcs-host:github",
      "kind": "hosted_on_vcs",
      "attributes": {}
    },
    {
      "from": "ci-workflow:gh-actions-test",
      "to": "pull-request:acme-app-1234",
      "kind": "validates_pull_request",
      "attributes": {}
    },
    {
      "from": "ci-workflow:gh-actions-test",
      "to": "pull-request:globex-platform-87",
      "kind": "validates_pull_request",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}