summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
blob: 25659077ef3ac512b41d2eb0f91cd5ec3a04fbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Lint

on: pull_request

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Lint
        uses: golangci/golangci-lint-action@v2
        with:
          version: latest