Skip to content

Commit 7f67c04

Browse files
committed
Stop lint - golint is dead, we can find another one at some point
1 parent 7414677 commit 7f67c04

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,8 @@ env:
1818

1919
jobs:
2020

21-
lint:
22-
runs-on: [ubuntu-latest]
23-
steps:
24-
- name: Checkout code
25-
uses: actions/checkout@v2
26-
- name: Setup Go
27-
uses: actions/setup-go@v2
28-
with:
29-
go-version: '1.21'
30-
- run: export PATH="$PATH:/go/bin"
31-
- run: go get -u golang.org/x/lint/golint
32-
- run: golint -set_exit_status $(go list ./... | grep -v /vendor/)
33-
3421
build_and_deploy:
3522
runs-on: [ubuntu-latest]
36-
needs: [lint]
3723
steps:
3824
- name: Checkout code
3925
uses: actions/checkout@v3

0 commit comments

Comments
 (0)