文件名称:GitHub Actions作为Go的CI-Golang开发
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-15 09:24:09
Golang Miscellaneous
GitHub Actions包括免费的开放源代码存储库CI / CD GitHub Actions for Go GitHub Actions包括免费的开放源代码存储库CI / CD。 本文档包含有关使其适合Go的信息。 在运行中查看它们:$ cat .github / workflows / test.yml,在以下位置:[push,pull_request]名称:测试工作:测试:策略:矩阵:go-version:[1.12.x,1.13.x]平台:[ubuntu -latest,macos-latest,windows-latest]运行:$ {{matrix.platform}}步骤:-名称:Install Go使用:操作/ [受电子邮件保护]
【文件预览】:
github-actions-golang-master
----README.md(7KB)
----.github()
--------workflows()
--------FUNDING.yml(14B)
----LICENSE(1KB)
----go.mod(66B)
----actions.go(337B)
----actions_test.go(176B)
----go.sum(499B)