26 lines
644 B
Markdown
26 lines
644 B
Markdown
# GitHub Actions
|
|
|
|
Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.
|
|
|
|
---
|
|
## Workflows
|
|
|
|
|
|
---
|
|
## Events
|
|
|
|
|
|
---
|
|
## Jobs
|
|
|
|
|
|
---
|
|
## Actions
|
|
|
|
|
|
---
|
|
## Runners
|
|
|
|
A runner is a server that runs your workflows when they're triggered. Each runner can run a single job at a time. GitHub provides Ubuntu Linux, Microsoft Windows, and macOS runners to run your workflows; each workflow run executes in a fresh, newly-provisioned virtual machine.
|
|
|