Skip to content

Commit e8360a6

Browse files
committed
Remove golangci-lint job in order to retain sanity
1 parent 3d876bc commit e8360a6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/go.yml

-12
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ on:
99
pull_request:
1010

1111
jobs:
12-
lint:
13-
name: Code Linting
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/setup-go@v3
17-
with:
18-
go-version: '1.18'
19-
- uses: actions/checkout@v3
20-
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v3
22-
with:
23-
version: v1.29
2412

2513
test:
2614
name: Unit Tests

0 commit comments

Comments
 (0)