Github Actions CI Patterns

CI patterns that call Make targets Use when this capability is needed.

tomevault-io Updated

File contents

Skill: GitHub Actions CI patterns

Goal

Keep CI simple and repo-driven: workflows should call Make targets.

Conventions

  • Always include actions/checkout@v4.
  • Prefer a single make check step.
  • Keep language/tool setup minimal unless required.

Files

  • .github/workflows/ci.yml
  • .github/workflows/cleanup.yml

Source: rcarmo/agentbox — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/rcarmo--agentbox--agentbox commit 5a0eb07051

Frequently asked questions

npx skillmds@latest add tomevault-io/github-actions-ci-patterns