Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Bump reviewdog/action-golangci-lint from 1 to 2 #17

Bump reviewdog/action-golangci-lint from 1 to 2

Bump reviewdog/action-golangci-lint from 1 to 2 #17

Workflow file for this run

name: Review
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-golangci-lint@v2
with:
level: info
github_token: ${{ secrets.GITHUB_TOKEN }}