Skip to content

refactor: 删除批量上传 #59

refactor: 删除批量上传

refactor: 删除批量上传 #59

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: '--config .golangci.yml'