Skip to content

Commit 5028729

Browse files
committed
ENH: add 'codespell' Makefile rule
Signed-off-by: Yaroslav O. Halchenko <[email protected]>
1 parent bed5cb6 commit 5028729

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,3 +818,7 @@ release-notes: /dev/null
818818
.PHONY: checksums
819819
checksums:
820820
sha256sum ./dist/argo-*.gz | awk -F './dist/' '{print $$1 $$2}' > ./dist/argo-workflows-cli-checksums.txt
821+
822+
.PHONY: codespell
823+
codespell:
824+
codespell

0 commit comments

Comments
 (0)