github · GitHub Actions Docs
Actions Continuous integration - GitHub Docs
A guide to setting up continuous integration using GitHub Actions to automatically build, test, and merge code changes.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Continuous integration - GitHub Docs
A guide to setting up continuous integration using GitHub Actions to automatically build, test, and merge code changes.
When To Use
Use when you need to automate the process of building and testing code every time a pull request or commit is made to a repository.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-get-started-continuous-integration-github-docs-workflow-guide.md | An overview of continuous integration concepts and how to implement them using GitHub Actions workflows. | Questions about an overview of continuous integration concepts and how to implement them using GitHub Actions workflows. |
What This Skill Covers
-
- GitHub Actions / - Get started / - Continuous integration
- Main sections:
In this article,About continuous integration,About continuous integration using GitHub Actions,Next steps.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/get-started/continuous-integration
