Formateadores y código
Flujo de trabajo de GitHub Actions
CI workflow for Node, Python or Go in seconds.
Nota del editor
Understanding · A pipeline written in YAML, paid for by GitHub.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›Where do I put the generated file?
Place the YAML file in your repository at `.github/workflows/`. You can name the file anything, such as `ci.yml` or `main.yml`, as long as it has a `.yml` or `.yaml` extension.
›Which languages are supported?
The generator currently supports Node.js, Python, and Go. It includes standard steps for dependency installation and running test scripts specific to each ecosystem.
›Is my repository data sent to your server?
No. The logic for template generation runs entirely in your browser. No information about your project or its configuration is ever transmitted or stored.
›How do I trigger the workflow?
The generated templates default to triggering on `push` and `pull_request` events for the `main` branch. You can manually edit the `on:` section in the YAML to add other triggers like `workflow_dispatch`.
La gente también busca
Herramientas relacionadas
More in this room.
- Generador Docker ComposeArchivo Compose a partir de una lista de servicios.
- Despliegue + Servicio de KubernetesManifiesto de Despliegue + Servicio K8s en un solo archivo.
- Pipeline de GitLab CI.gitlab-ci.yml multi-etapa — construir / probar / desplegar.
- Módulo Terraform Stubvariables.tf + main.tf + outputs.tf andamiaje.
- Generador de Dockerfile de Mejores PrácticasDockerfile multi-etapa + .dockerignore — Node, Python, Go.
- Esqueleto de Gráfico HelmChart.yaml + values.yaml + plantillas de una sola vez.