在 GitHub Actions 的仓库中自动化、自定义和执行软件开发工作流程。 您可以发现、创建和共享操作以执行您喜欢的任何作业(包括 CI/CD),并将操作合并到完全自定义的工作流程中。
无论您是 GitHub Actions 的新用户还是有兴趣学习他们提供的内容,本指南都可帮助您使用 GitHub Actions 来加快应用程序开发工作流程。
演示 GitHub Actions 的 CI/CD 功能的示例工作流。
You can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.
Learn how to control deployments with features like environments and concurrency.
您可以在 GitHub Actions 中设置工作流程生成包并将其上传到 GitHub Packages 或其他包托管提供程序。
您可以使用 GitHub Actions 中的工具来监控和调试工作流程。
GitHub 为各种语言和工具提供入门工作流程。
You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
您可以创建持续集成 (CI) 工作流程来构建和测试您的 PowerShell 项目。