Add linter to the CI

This commit is contained in:
sylwiaszunejko
2024-06-14 11:40:29 +02:00
committed by Sylwia Szunejko
parent 49188e50b7
commit a9ab270196

View File

@@ -42,9 +42,11 @@ jobs:
# uses: golangci/golangci-lint-action@v3
# with:
# version: v1.45.2
- run: go vet ./...
- name: Run Scylla Container
run: make run-scylla
- name: Test
run: make test