1. 首页
  2. 数据库
  3. 其它
  4. github actions golang:GitHub Actions作为Go的CI 源码

github actions golang:GitHub Actions作为Go的CI 源码

上传者: 2021-02-24 16:43:47上传 ZIP文件 6.62KB 热度 36次
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 }}
用户评论