Skip to content

Bump reviewdog/action-golangci-lint from 2.3.3 to 2.3.6 #67

Bump reviewdog/action-golangci-lint from 2.3.3 to 2.3.6

Bump reviewdog/action-golangci-lint from 2.3.3 to 2.3.6 #67

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@v3
- name: golangci-lint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/.golangci.yml"