Skip to content

Commit e0a00dc

Browse files
committed
Update Makefile
1 parent 9f43ec5 commit e0a00dc

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
@@ -10,3 +10,7 @@ lint:
1010
go fmt ./...
1111
go vet ./...
1212
staticcheck ./...
13+
14+
.PHONY: parse-slack-data
15+
parse-slack-data:
16+
go run ./cmd/slackMessageParser/main.go

0 commit comments

Comments
 (0)