Skip to content

Commit 830a154

Browse files
committed
chore: remove linter from test workflow
1 parent 23fe4e1 commit 830a154

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ jobs:
6969
- name: Go Generate
7070
run: go generate -tags tools -x ./...
7171

72-
- name: golangci-lint
73-
uses: golangci/golangci-lint-action@v3
74-
with:
75-
skip-pkg-cache: true
76-
skip-build-cache: true
77-
args: --timeout 5m
78-
7972
- name: Start stack
8073
run: docker-compose -f docker-compose-dev.yml up -d
8174

0 commit comments

Comments
 (0)