github.com/GoogleCloudPlatform/terraformer@v0.8.18/.github/workflows/linter.yml (about)

     1  name: linter
     2  
     3  on:
     4    push:
     5      branches:
     6      - master
     7    pull_request:
     8      branches:
     9      - master
    10  
    11  jobs:
    12    linter:
    13      name: golangci-lint
    14      runs-on: ubuntu-latest
    15      steps:
    16      - name: Check out code into the Go module directory
    17        uses: actions/checkout@v2
    18      - name: golangci-lint
    19        uses: reviewdog/action-golangci-lint@v2
    20        with:
    21          github_token: ${{ secrets.GITHUB_TOKEN }}
    22          tool_name: golangci-lint