Formateurs & Code
Flux GitHub Actions
CI workflow for Node, Python or Go in seconds.
Note de la rédaction
Understanding · A pipeline written in YAML, paid for by GitHub.
Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.
Questions fréquentes
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`.
Les internautes recherchent aussi
Outils similaires
More in this room.
- Générateur Docker ComposeFichier Compose à partir d'une liste de services.
- Déploiement Kubernetes + ServiceManifeste de Déploiement K8s + Service en un seul fichier.
- Pipeline GitLab CI.gitlab-ci.yml multi-étapes — build / test / deploy.
- Module TerraformGénère variables.tf + main.tf + outputs.tf.
- Générateur de Dockerfile optimiséDockerfile multi-étapes + .dockerignore — Node, Python, Go.
- Squelette de Helm ChartChart.yaml + values.yaml + templates en une fois.