Skip to content

feat: 重构系统框架并引入S3 API支持 #51

feat: 重构系统框架并引入S3 API支持

feat: 重构系统框架并引入S3 API支持 #51

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'