Chore: embed the RuleExtra into Base

This commit is contained in:
yaling888
2022-03-13 01:21:23 +08:00
parent 8fbf93ccc8
commit 46b9a1092d
47 changed files with 1995 additions and 471 deletions

View File

@ -20,6 +20,9 @@ jobs:
stable: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
#uses: golangci/golangci-lint-action@v3
#with:
# version: latest
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@93a0015
golangci-lint run ./...