Skip to content

Commit

Permalink
make file lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHaffar committed Dec 21, 2023
1 parent 270903e commit ffc0409
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build test test-integration generate install-paramgen install-tools
.PHONY: build test test-integration generate install-paramgen install-tools golangci-lint-install

VERSION=$(shell git describe --tags --dirty --always)

Expand All @@ -25,3 +25,6 @@ install-tools:
@echo Installing tools from tools.go
@go list -e -f '{{ join .Imports "\n" }}' tools.go | xargs -tI % go install %
@go mod tidy

lint:
golangci-lint run -v

0 comments on commit ffc0409

Please sign in to comment.