Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
feat: ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Javlopez committed Mar 2, 2024
1 parent 4121eda commit 69854f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
IMAGE_PREFIX=koor-tech/genesis
GOLANGCI_LINT_VERSION=

TAG ?= $(shell git log -1 --pretty=%h)

Expand All @@ -22,7 +23,7 @@ install-tools: download
go install github.com/golangci/golangci-lint/cmd/[email protected]

lint:
@which golangci-lint > /dev/null || (cd tools && go install github.com/golangci/golangci-lint/cmd/[email protected]) && \
@which golangci-lint > /dev/null || make install-tools
golangci-lint run

test:
Expand Down

0 comments on commit 69854f2

Please sign in to comment.