1
0
mirror of synced 2026-01-02 03:04:13 -05:00
Files
docs/translations/ru-RU/content/actions/building-and-testing-code-with-continuous-integration/setting-up-continuous-integration-using-github-actions.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

2.5 KiB

title, intro, product, redirect_from, versions
title intro product redirect_from versions
Setting up continuous integration using GitHub Actions You can set up continuous integration for your project using a workflow template that matches the language and tooling you want to use. {% data reusables.gated-features.actions %}
/articles/setting-up-continuous-integration-using-github-actions
/github/automating-your-workflow-with-github-actions/setting-up-continuous-integration-using-github-actions
/actions/automating-your-workflow-with-github-actions/setting-up-continuous-integration-using-github-actions
free-pro-team enterprise-server
* >=2.22

{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-github-hosted-runners %}

Anyone with write permission to a repository can set up continuous integration (CI) using {% data variables.product.prodname_actions %}.

After you set up CI, you can customize the workflow to meet your needs.

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} 3. Find the template that matches the language and tooling you want to use, then click Set up this workflow. Setup workflow button 5. Click Start commit. Start commit button {% data reusables.files.write_commit_message %} {% data reusables.files.choose_commit_branch %} {% data reusables.files.propose_new_file %}

Once a push is made to your repository, you can follow the status and detailed logs of your continuous integration workflow run on {% data variables.product.prodname_dotcom %} and receive customized notifications. For more information, see "Configuring notifications" and "Managing a workflow run."

{% data reusables.repositories.actions-workflow-status-badge-into %}

For more information, see "Configuring a workflow."

Дополнительная литература