Chore: embed the RuleExtra into Base
This commit is contained in:
9
.github/workflows/linter.yml
vendored
9
.github/workflows/linter.yml
vendored
@ -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 ./...
|
||||
|
Reference in New Issue
Block a user