GitHub Actions guides
Estes guias para GitHub Actions incluem casos de uso específicos e exemplos para ajudar você a configurar fluxos de trabalho.
Get started with GitHub Actions
Discover the possibilities of GitHub Actions by creating your first workflow.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
Recursos essenciais do GitHub Actions
GitHub Actions foram projetados para ajudar você a construir automações robustas e dinâmicas. Este guia irá mostrar como criar fluxos de trabalho de GitHub Actions que incluem variáveis de ambiente, scripts personalizados e muito mais. - 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
Host your own runners
You can create self-hosted runners to run workflows in a highly customizable environment.
Create an action
Do you have an idea for a new action? Have you built something custom for your project? Learn how to build shareable actions and publish them to 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
Usando fluxos de trabalho iniciais
TutorialGitHub fornece fluxos de trabalho iniciais para uma série de linguagens e ferramentas.
- Workflows
- CI
- CD
Criar e testar o Python
TutorialÉ possível criar um fluxo de trabalho de integração contínua (CI) para criar e testar o seu projeto Python.
- CI
- Python
Criar e testar Node.js
TutorialÉ possível criar um fluxo de trabalho de integração contínua (CI) para criar e testar o seu projeto Node.js.
- CI
- Node
- JavaScript
Sobre o empacotamento com o GitHub Actions
OverviewVocê pode configurar fluxos de trabalho em GitHub Actions para produzir pacotes e fazer o upload em GitHub Packages ou em outro fornecedor de hospedagem do pacote.
- 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
Memorizar dependências para acelerar os fluxos de trabalho
TutorialPara agilizar os seus fluxos de trabalho e torná-los mais eficientes, você pode criar e usar caches para dependências e outros arquivos reutilizados geralmente.
- Workflows