Skip to content

Commit 020cc50

Browse files
remove lint check
1 parent f02f01a commit 020cc50

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/unit-test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,3 @@ jobs:
3535
3636
- name: Test
3737
run: make BUILD_IN_CONTAINER=false test
38-
39-
- name: Install golangci-lint
40-
run: |
41-
cd /
42-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
43-
| sudo sh -s v2.10.1
44-
45-
- name: Run Linter
46-
run: make lint

0 commit comments

Comments
 (0)