mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-15 20:04:31 +07:00
67503c7b3df4e1dcf5dab2a5e1ae0db45db974ad
golangci-lint-action
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.
Languages
TypeScript
91.1%
Go
8.9%