0g-chain/.github/.workflows/lint.yml
2020-04-30 11:03:49 -04:00

13 lines
308 B
YAML

name: Lint
on: [pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review