ci: check lint errors before building oss-cli and pro-cli

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2665
GitOrigin-RevId: dac1c8f7137ff4826a3155fb78c99fc1341a8583
This commit is contained in:
Kali Vara Purushotham Santhati 2021-11-15 16:33:24 +05:30 committed by hasura-bot
parent 52efcc208d
commit b312ca1596

View File

@ -20,7 +20,7 @@ deps:
.PHONY: lint
lint:
golangci-lint run
golangci-lint run --timeout 2m
# build cli locally, for all given platform/arch
.PHONY: build