Skip to content

Commit e205865

Browse files
committed
Add linting
1 parent 6a3a569 commit e205865

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

parrot/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ build:
3434

3535
.PHONY: goreleaser
3636
goreleaser:
37-
cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml --output ./parrot/dist
37+
cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml --output ./parrot/dist
38+
39+
.PHONY: lint
40+
lint:
41+
golangci-lint run --fix ./...

0 commit comments

Comments
 (0)