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

替换新的注册结构 #15

替换新的注册结构

替换新的注册结构 #15

Workflow file for this run

name: PushLint
on: [ push ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.19
- name: Check out code into the Go module directory
uses: actions/checkout@master
- name: golangci-lint
uses: golangci/golangci-lint-action@master
with:
version: latest