Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Apr 16, 2024
1 parent 58a45b1 commit 3b33593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ precommit: mod gen test

.PHONY: ci
ci: ## CI build pipeline
ci: precommit check-clean-work-tree
ci: precommit diff

.PHONY: mod
mod: ## go mod tidy
Expand All @@ -34,8 +34,8 @@ test: ## go test
$(call print-target)
$(GO) test -race -covermode=atomic -coverprofile=coverage.out -coverpkg=./... ./...

.PHONY: check-clean-work-tree
check-clean-work-tree: ## git diff
.PHONY: diff
diff: ## git diff
$(call print-target)
if ! git diff --quiet; then \
echo; \
Expand Down

0 comments on commit 3b33593

Please sign in to comment.