GitHub Actionsで、ソフトウェア開発ワークフローをリポジトリの中で自動化し、カスタマイズし、実行しましょう。 CI/CDを含む好きなジョブを実行してくれるアクションを、見つけたり、作成したり、共有したり、完全にカスタマイズされたワークフロー中でアクションを組み合わせたりできます。
GitHub Actions workflows can automate tasks throughout the software development lifecycle.
GitHub Actions の CI/CD 機能を示すワークフローの例。
You can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.
環境やコンカレンシーなどの機能を使用してデプロイを制御する方法について学習します。
A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration.
You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.
GitHub provides starter workflows for a variety of languages and tooling.
継続的インテグレーション(CI)ワークフローの一部として、Node.jsのパッケージをレジストリに公開できます。
PowerShell プロジェクトのビルドとテストのための継続的インテグレーション (CI) ワークフローを作成できます。