文件名称:github-actions-golang:GitHub Actions作为Go的CI
文件大小:7KB
文件格式:ZIP
更新时间:2024-02-24 08:13:57
github go golang modules 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 }} steps : - name : Install Go uses : actions/setup-go@v2 with : go-version : ${{ matrix.go-version }} - name : Checkout code uses : actions/checkout@v2 - name :
【文件预览】:
github-actions-golang-master
----.github()
--------FUNDING.yml(14B)
--------workflows()
----actions.go(337B)
----actions_test.go(176B)
----LICENSE(1KB)
----go.sum(499B)
----README.md(7KB)
----go.mod(66B)