fixing ci workflow
This commit is contained in:
@@ -19,7 +19,6 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: v1.54.2
|
||||
args: run
|
||||
- name: Unit Tests
|
||||
run: .script/test
|
||||
- name: Build and Test
|
||||
|
||||
+2
-2
@@ -15,8 +15,8 @@ linters:
|
||||
- govet
|
||||
- unparam
|
||||
run:
|
||||
tests: true
|
||||
modules-download-mode: vendor
|
||||
tests: true
|
||||
modules-download-mode: vendor
|
||||
issues:
|
||||
exclude-rules:
|
||||
- path: test/github.go
|
||||
|
||||
Reference in New Issue
Block a user