GitHub Actions CI patterns

CI patterns that call Make targets

rcarmo 07bf733 446 B 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.
  • For this project, set up Bun via oven-sh/setup-bun@v2.

Files

  • .github/workflows/ci.yml

rcarmo/apfelstrudel/tree/main/.github/skills/github-actions commit 07bf7333a9

Frequently asked questions

npx skillmds@latest add rcarmo/github-actions-ci-patterns