Formatowanie i Kodowanie
GitHub Actions Workflow
CI workflow for Node, Python or Go in seconds.
Notka redakcyjna
Understanding · A pipeline written in YAML, paid for by GitHub.
Ten szczegółowy rozdział jest obecnie dostępny tylko w języku angielskim. Narzędzie konwersji powyżej działa w Twoim języku; długi artykuł objaśniający nie został jeszcze przetłumaczony.
Często zadawane pytania
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`.
Ludzie wyszukują również
Powiązane narzędzia
More in this room.
- Generator Docker ComposePlik Compose z listy usług.
- Wdrożenie Kubernetes + UsługaManifest K8s Deployment + Service w jednym pliku.
- Potok GitLab CIWielostopniowy .gitlab-ci.yml — budowanie / testowanie / wdrożenie.
- Szablon Modułu TerraformScaffold variables.tf + main.tf + outputs.tf.
- Generator Dobrych Praktyk DockerfileWielostopniowy Dockerfile + .dockerignore — Node, Python, Go.
- Szkielet Wykresu HelmChart.yaml + values.yaml + szablony za jednym zamachem.