github.com/anycable/anycable-go@v1.5.1/.github/workflows/lint.yml (about) 1 name: Lint 2 3 on: 4 push: 5 branches: 6 - master 7 pull_request: 8 9 jobs: 10 lint: 11 runs-on: ubuntu-latest 12 steps: 13 - uses: actions/checkout@v4 14 - uses: actions/setup-go@v4 15 with: 16 go-version-file: go.mod 17 - name: golangci-lint 18 uses: golangci/golangci-lint-action@v3 19 with: 20 version: v1.55.2 21 args: --timeout 3m