Skip to content

Commit f910eb0

Browse files
committed
remove linting step
1 parent e5667f9 commit f910eb0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
- name: Vet
4141
run: go vet ./...
4242

43-
- name: Lint
44-
uses: golangci/golangci-lint-action@v6
45-
with:
46-
version: latest
47-
4843
- name: Unit tests
4944
run: go test ./client/... ./resources/... -v -count=1
5045

0 commit comments

Comments
 (0)