Skip to content

Commit e2808a0

Browse files
committed
Merge golint into go
1 parent 14522a8 commit e2808a0

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

.github/workflows/go.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525

2626
- name: Build
2727
run: go build -v
28+
29+
- uses: actions/checkout@v2
30+
- name: golangci-lint
31+
uses: golangci/golangci-lint-action@v2
32+
with:
33+
version: v1.29

.github/workflows/golint.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)