gitee.com/larksuite/oapi-sdk-go/v3@v3.0.3/.github/workflows/go.yml (about)

     1  name: Go
     2  
     3  on:
     4    push:
     5      branches: [ v2_rewrite ]
     6    pull_request:
     7      branches: [ v2_rewrite ]
     8  
     9  jobs:
    10  
    11    build:
    12      runs-on: ubuntu-latest
    13      steps:
    14      - uses: actions/checkout@v2
    15  
    16      - name: Set up Go
    17        uses: actions/setup-go@v2
    18        with:
    19          go-version: 1.12
    20          
    21      - name: GolangCI-Linter
    22        uses: Mushus/golangci-linter@v1.1.2
    23        with:
    24          basePath: ./v2