ci
// Guidelines for GitHub Actions.
$ git log --oneline --stat
stars:2
forks:0
updated:February 26, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameci
descriptionGuidelines for GitHub Actions.
CI
GitHub Actions
Use GitHub Actions for CI related tasks. They should typically invoke the Taskfile to run standard build and test steps:
# Example step in .github/workflows/ci.yml
- name: Validate
run: task validate