github.com/google/go-github/v42@v42.0.0/.github/workflows/linter.yml (about) 1 on: [push, pull_request] 2 name: linter 3 4 jobs: 5 lint: 6 strategy: 7 matrix: 8 go-version: [1.x] 9 platform: [ubuntu-latest] 10 runs-on: ${{ matrix.platform }} 11 12 steps: 13 - uses: actions/checkout@v2 14 15 - name: golangci-lint 16 uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 #v2.5.2 17 with: 18 version: v1.41 19 args: --verbose