GitHub Actions documentation - GitHub Docs (original) (raw)
Start here
- Writing workflowsGitHub Actions workflows can automate tasks throughout the software development lifecycle.
- Tutorials for GitHub ActionsBuild skills and knowledge about GitHub Actions through hands-on activities.
- Continuous integrationYou can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.
- Publishing and installing a package with GitHub ActionsYou can configure a workflow in GitHub Actions to automatically publish or install a package from GitHub Packages.
Popular
- Workflow syntax for GitHub ActionsA workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration.
- Writing workflowsGitHub Actions workflows can automate tasks throughout the software development lifecycle.