Форматтеры и код
GitHub Actions Workflow
CI workflow for Node, Python or Go in seconds.
Примечание редактора
Understanding · A pipeline written in YAML, paid for by GitHub.
Эта углублённая глава пока доступна только на английском языке. Инструмент конвертации выше работает на вашем языке; развёрнутая статья ещё не переведена.
Часто задаваемые вопросы
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`.
Люди также ищут
Связанные инструменты
More in this room.
- Генератор Docker ComposeФайл Compose из списка сервисов.
- Развертывание + сервис KubernetesМанифест развертывания + сервиса K8s в одном файле.
- GitLab CI PipelineМногоэтапный .gitlab-ci.yml — сборка / тестирование / развертывание.
- Terraform Module StubОснова variables.tf + main.tf + outputs.tf.
- Генератор лучших практик DockerfileМногостадийный Dockerfile + .dockerignore — Node, Python, Go.
- Helm Chart SkeletonChart.yaml + values.yaml + шаблоны за один раз.