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 e205865 commit 8a73802Copy full SHA for 8a73802
parrot/Makefile
@@ -34,8 +34,4 @@ build:
34
35
.PHONY: goreleaser
36
goreleaser:
37
- cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml --output ./parrot/dist
38
-
39
-.PHONY: lint
40
-lint:
41
- golangci-lint run --fix ./...
+ cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml --output ./parrot/dist
0 commit comments