Formatter & Kode
Alur Kerja GitHub Actions
CI workflow for Node, Python or Go in seconds.
Catatan editor
Understanding · A pipeline written in YAML, paid for by GitHub.
Bab mendalam ini saat ini hanya tersedia dalam bahasa Inggris. Alat konversi di atas berfungsi dalam bahasa Anda; artikel penjelasan panjangnya belum diterjemahkan.
Pertanyaan yang sering diajukan
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`.
Orang juga mencari
Fitur terkait
More in this room.
- Generator Docker ComposeBerkas komposisi dari daftar layanan.
- Kubernetes Deployment + ServiceManifes Deployment + Service K8s dalam satu berkas.
- Pipeline GitLab CI.gitlab-ci.yml multi-tahap — build / test / deploy.
- Stub Modul Terraformvariables.tf + main.tf + output.tf scaffold.
- Generator Praktik Terbaik DockerfileDockerfile multi-tahap + .dockerignore — Node, Python, Go.
- Kerangka Helm ChartChart.yaml + values.yaml + template sekaligus.