💩👌 make lint happy

This commit is contained in:
源文雨 2024-08-05 20:11:49 +08:00
parent 0afe577b1b
commit 2710074f00
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,9 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Tidy Modules
run: go mod tidy
- name: golangci-lint
uses: golangci/golangci-lint-action@master
with:

View File

@ -13,6 +13,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@master
- name: Tidy Modules
run: go mod tidy
- name: Run Lint
uses: golangci/golangci-lint-action@master
with: