Skip to content

Commit 21410bd

Browse files
author
Alexander Baranov
committed
use only golangci-lint
1 parent 28c1997 commit 21410bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ jobs:
1313
uses: actions/setup-go@v2
1414
with:
1515
go-version: '1.18'
16-
- name: Install dependencies
17-
run: |
18-
go version
19-
go get -u golang.org/x/lint/golint
2016
- name: Run vet & lint
2117
run: |
2218
go vet .
23-
golint .
2419
- name: golangci-lint
2520
uses: golangci/golangci-lint-action@v3
2621
with:

0 commit comments

Comments
 (0)