AgentSkillsCN

GitHub Actions CI patterns

调用Make目标的CI流水线模式。

SKILL.md
--- frontmatter
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.

Files

  • .github/workflows/ci.yml
  • .github/workflows/publish.yml (includes cleanup jobs)