1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-05 00:10:24 +08:00
This commit is contained in:
源文雨
2026-03-26 00:32:52 +08:00
parent 92dcabe841
commit 6de4b7cabe
3 changed files with 46 additions and 2 deletions

View File

@@ -45,6 +45,11 @@ jobs:
- name: Run tests
run: go test -v -count=1 ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11
go-generate:
name: Run all Generates & PR
runs-on: ubuntu-latest