Skip to content

Commit

Permalink
feat: check goreleaser config in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed Apr 25, 2024
1 parent 7213c70 commit da96e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spell: ## misspell
lint: ## golangci-lint
$(call print-target)
yamllint .
goreleaser check
golangci-lint run

.PHONY: check
Expand Down

0 comments on commit da96e6a

Please sign in to comment.