Skip to content

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 #8

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 #8

Workflow file for this run

name: Reviewdog
on:
pull_request:
paths-ignore:
- '**.md'
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
# optionally use a specific version of Go rather than the default one
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
- name: Check out code into the Go module directory
uses: actions/[email protected]
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "-E goimports -E gocritic -E misspell"