Formattatori e Codice
Workflow GitHub Actions
CI workflow for Node, Python or Go in seconds.
Nota dell'editore
Understanding · A pipeline written in YAML, paid for by GitHub.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
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`.
Le persone cercano anche
Strumenti correlati
More in this room.
- Generatore Docker ComposeFile Compose da un elenco di servizi.
- Deployment + Servizio KubernetesManifest Deployment + Servizio K8s in un unico file.
- Pipeline GitLab CI.gitlab-ci.yml multi-stage — build / test / deploy.
- Stub Modulo TerraformScaffold variables.tf + main.tf + outputs.tf.
- Generatore Dockerfile Best-PracticeDockerfile multi-stage + .dockerignore — Node, Python, Go.
- Scheletro Helm ChartChart.yaml + values.yaml + templates in una volta sola.