Skip to content

Bump reviewdog/action-golangci-lint from 2.4.0 to 2.5.0 #72

Bump reviewdog/action-golangci-lint from 2.4.0 to 2.5.0

Bump reviewdog/action-golangci-lint from 2.4.0 to 2.5.0 #72

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: golangci-lint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/.golangci.yml"