Skip to content

fix: 新增未知错误类型 (#92) #323

fix: 新增未知错误类型 (#92)

fix: 新增未知错误类型 (#92) #323

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
- name: go mod tidy check
uses: katexochen/go-tidy-check@v2