Add linter to the CI
This commit is contained in:
committed by
Sylwia Szunejko
parent
49188e50b7
commit
a9ab270196
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -42,9 +42,11 @@ jobs:
|
|||||||
# uses: golangci/golangci-lint-action@v3
|
# uses: golangci/golangci-lint-action@v3
|
||||||
# with:
|
# with:
|
||||||
# version: v1.45.2
|
# version: v1.45.2
|
||||||
|
|
||||||
|
- run: go vet ./...
|
||||||
|
|
||||||
- name: Run Scylla Container
|
- name: Run Scylla Container
|
||||||
run: make run-scylla
|
run: make run-scylla
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user