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/publish.yml (includes cleanup jobs)

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

tomevault-io/skills-registry/tree/main/rcarmo--gotel--github-actions commit 88404abcd2

Frequently asked questions

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