Skip to content

ci: add setup-go to CodeQL workflow #448

ci: add setup-go to CodeQL workflow

ci: add setup-go to CodeQL workflow #448

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: 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/action-golangci-lint@v2
with:
go_version_file: "go.mod"
level: warning