github-actions-ci-patterns

star 10

CI patterns that call Make targets

rcarmo By rcarmo schedule Updated 2/7/2026

name: GitHub Actions CI patterns description: CI patterns that call Make targets

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
Install via CLI
npx skills add https://github.com/rcarmo/apfelstrudel --skill github-actions-ci-patterns
Repository Details
star Stars 10
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator