Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

chore(deps): bump github.com/go-playground/validator/v10 from 10.13.0 to 10.15.3 #19

chore(deps): bump github.com/go-playground/validator/v10 from 10.13.0 to 10.15.3

chore(deps): bump github.com/go-playground/validator/v10 from 10.13.0 to 10.15.3 #19

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/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with: # BUG: typecheck error when enable all
args: --disable-all -E goimports,misspell,whitespace
version: latest