Skip to content

Commit 3ab00e8

Browse files
authored
Remove golint github action
We use Revive already which is a replacement for golint and golint isn't maintained anyway.
1 parent 2f599ab commit 3ab00e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
with:
3131
gofmt-flags: "-l -d"
3232

33-
- name: golint
34-
uses: Jerome1337/golint-action@v1.0.3
35-
3633
- name: Revive Action
3734
uses: morphy2k/revive-action@v2.7.4
3835

0 commit comments

Comments
 (0)