Skip to content

Remove spammer plugin #2798

Remove spammer plugin

Remove spammer plugin #2798

Workflow file for this run

name: GolangCIlint
on: [pull_request]
jobs:
golangci-lint:
name: GolangCI-Lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
golangci_lint_flags: "--timeout=10m"
reporter: "github-pr-review"