GitHub Actions 是 GitHub 推出的 CI/CD 工具,通过简单的语法可以做一些 build, deploy 等等的事情。
Workflow
放在仓库根目录 .github/workflows
文件夹下。yaml 格式。语法规则见:
寻找 Actions
官方的 Actions 都放在 https://github.com/actions 仓库中。
- 官方的市场 https://github.com/marketplace?type=actions
- Awesome actions https://github.com/sdras/awesome-actions