chore: make lint happy?

This commit is contained in:
源文雨 2026-01-17 21:25:33 +08:00
parent dcb83bbeee
commit bb14767829

View File

@ -20,10 +20,8 @@ jobs:
fetch-depth: 0
submodules: 'recursive'
- name: Tidy Modules
run: |
go mod tidy
go generate main.go
- name: Prepare Necessary Runtime Files
run: go generate main.go
- name: Run Lint
uses: golangci/golangci-lint-action@master