2020-04-26 19:43:53 +03:00
2020-04-26 03:52:07 +03:00
2020-04-26 19:41:24 +03:00
2020-04-26 03:54:00 +03:00
2020-04-26 04:50:20 +03:00
2020-04-26 00:39:46 +03:00
2020-04-26 19:40:37 +03:00

golangci-lint-action

docker image

Action that runs golangci-lint and reports issues from linters.

You can put .github/workflows/lint.yml with following contents:

name: golangci
on: [push]
jobs:
  golangci:
    name: lint
    runs-on: ubuntu-latest
    steps:
      - name: Check out code into the Go module directory
        uses: actions/checkout@v1
      - name: golangci-lint
        uses: golangci/golangci-lint-action@v0.0.2
        with:
          github_token: ${{ secrets.github_token }}

Based on reviewdog action.

Description
No description provided
Readme 9.4 MiB
Languages
TypeScript 98.2%
Go 1.8%