Skip to content

fix: add exclude rules #777

fix: add exclude rules

fix: add exclude rules #777

Workflow file for this run

name: Lint
on: [ push, pull_request, workflow_dispatch ]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true
version: v1.52.0
args: --timeout=10m