We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3a569 commit e205865Copy full SHA for e205865
parrot/Makefile
@@ -34,4 +34,8 @@ build:
34
35
.PHONY: goreleaser
36
goreleaser:
37
- cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml --output ./parrot/dist
+ 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