GitHub Actions guides
Эти руководства по GitHub Actions включают конкретные варианты использования и примеры, которые помогут настроить рабочие процессы.
Начало работы с GitHub Actions
Узнайте о возможностях GitHub Actions, создав свой первый рабочий процесс.Start learning path- 1Overview
Understanding GitHub Actions
Learn the basics of GitHub Actions, including core concepts and essential terminology. - 2How-to guide
Finding and customizing actions
Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application's repository. This guide will show you how to discover, use, and customize actions. - 3Overview
Essential features of GitHub Actions
GitHub Actions are designed to help you build robust and dynamic automations. This guide will show you how to craft GitHub Actions workflows that include environment variables, customized scripts, and more. - 4Overview
About workflows
Get a high-level overview of GitHub Actions workflows, including triggers, syntax, and advanced features. - 5How-to guide
Reusing workflows
Learn how to avoid duplication when creating a workflow by reusing existing workflows. - 6Overview
Security hardening for GitHub Actions
Good security practices for using GitHub Actions features.
GitHub Actions learning paths
Размещение собственных средств выполнения тестов
Можно создавать локальные средства выполнения тестов для выполнения рабочих процессов в настраиваемой среде.
Создание действия
У вас есть идея для нового действия? Вы создали что-то настраиваемое для своего проекта? Узнайте, как создавать доступные для общего доступа действия и публиковать их в GitHub Marketplace.
All GitHub Actions guides
Quickstart for GitHub Actions
QuickstartTry out the features of GitHub Actions in 5 minutes or less.
- Fundamentals
Understanding GitHub Actions
OverviewLearn the basics of GitHub Actions, including core concepts and essential terminology.
- Fundamentals
Creating a Docker container action
TutorialThis guide shows you the minimal steps required to build a Docker container action.
- Action development
- Docker
Using starter workflows
TutorialGitHub provides starter workflows for a variety of languages and tooling.
- Workflows
- CI
- CD
Building and testing Python
TutorialYou can create a continuous integration (CI) workflow to build and test your Python project.
- CI
- Python
Создание и тестирование для Node.js
TutorialВы можете создать рабочий процесс непрерывной интеграции для сборки и тестирования проекта Node.js.
- CI
- Node
- JavaScript
About packaging with GitHub Actions
OverviewYou can set up workflows in GitHub Actions to produce packages and upload them to GitHub Packages or another package hosting provider.
- Packaging
Publishing Docker images
TutorialYou can publish Docker images to a registry, such as Docker Hub or GitHub Packages, as part of your continuous integration (CI) workflow.
- Packaging
- Publishing
- Docker
Caching dependencies to speed up workflows
TutorialTo make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.
- Workflows