mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-07-15 00:28:19 +00:00
Add golint to CI
This commit is contained in:
parent
733dc2b20b
commit
b63990c9f6
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -13,8 +13,12 @@ jobs:
|
||||
run: docker pull mysql:8.0.27
|
||||
- name: Pull SQLServer
|
||||
run: docker pull mcr.microsoft.com/mssql/server:2017-latest
|
||||
- name: Run linters
|
||||
- name: Run go vet
|
||||
run: go vet ./...
|
||||
- name: Check go version
|
||||
run: go version
|
||||
- name: Run golint
|
||||
run: go get golang.org/x/lint/golint && bash -c "$(go env GOPATH)/bin/golint -set_exit_status -min_confidence 0.9 ./..."
|
||||
- name: Run Tests
|
||||
run: go test ./...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user