Skip to content

Commit

Permalink
TEMP: Remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kichristensen committed Oct 13, 2024
1 parent 59b3cab commit e8bcad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GO_TEST_RACE := go test -ldflags=$(LDFLAGS) -failfast -race

all: build test

all-ci: lint all
all-ci: all

check_go_env:
@test $$(go list) = "$(PKG_NAME)" || \
Expand Down

0 comments on commit e8bcad1

Please sign in to comment.