Skip to content

feat: Add standard ja filter #166

feat: Add standard ja filter

feat: Add standard ja filter #166

name: Reviewdog
on:
pull_request:
types: [opened, synchronize]
paths: '**.go'
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ github.token }}
level: warning
golangci_lint_flags: "--config=.golangci.yml"
reporter: github-pr-review