Skip to content

Commit

Permalink
Add codespell to precommit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Jun 21, 2024
1 parent ad74daa commit e2e7fd1
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 @@ -19,7 +19,7 @@ CGO_ENABLED=0
.DEFAULT_GOAL := precommit

.PHONY: precommit
precommit: license-header-check dependabot-generate go-mod-tidy golangci-lint-fix
precommit: license-header-check dependabot-generate go-mod-tidy golangci-lint-fix codespell

# Tools
$(TOOLS):
Expand Down

0 comments on commit e2e7fd1

Please sign in to comment.