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

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/rcarmo--agentbox--github-actions commit 9ac4cd9617

Frequently asked questions

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