github actions golang:GitHub Actions作为Go的CI 源码
Go的GitHub操作 免费提供开放源代码存储库的CI / CD。 本文档包含有关使其适合。 看到他们: $ cat .github/workflows/test.yml on : [push, pull_request] name : Test jobs : test : strategy : matrix : go-version : [1.14.x, 1.15.x] os : [ubuntu-latest, macos-latest, windows-latest] runs-on : ${{ matrix.os }}
文件列表
github-actions-golang-master.zip
(预估有个8文件)
github-actions-golang-master
.github
FUNDING.yml
14B
workflows
test.yml
1KB
actions.go
337B
actions_test.go
176B
LICENSE
1KB
go.sum
499B
README.md
7KB
暂无评论