github.com/jingcheng-WU/gonum@v0.9.1-0.20210323123734-f1a2a11a8f7b/.github/workflows/golangci-lint.yml (about)

     1  name: golangci-lint
     2  on:
     3    pull_request:
     4  jobs:
     5    golangci:
     6      name: lint
     7      runs-on: ubuntu-latest
     8      steps:
     9        - uses: actions/checkout@v2
    10        - name: golangci-lint
    11          uses: golangci/golangci-lint-action@v2.3.0
    12          with:
    13            # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
    14            version: v1.34
    15            only-new-issues: true
    16            args: --timeout=5m