Skip to content

Commit

Permalink
Add linter to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwiaszunejko committed Jun 14, 2024
1 parent 49188e5 commit a9ab270
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9ab270

Please sign in to comment.