Skip to content

Commit

Permalink
fix: lint in CI depends on codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jan 15, 2024
1 parent 7b47061 commit fd885f3
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 @@ -48,7 +48,7 @@ watch/%:
entr -n -r sh -c "$(MAKE) $*"

.PHONY: lint
lint:
lint: codegen
golangci-lint run --timeout 2m ./...
$(MAKE) -C ./tests lint

Expand Down

0 comments on commit fd885f3

Please sign in to comment.