Skip to content

add label to output #57

add label to output

add label to output #57

Workflow file for this run

name: lint
on: pull_request
jobs:
golangci:
name: Lint - Go
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v2
-
name: golangci-lint
uses: reviewdog/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/golangci.yml"