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.
2 parents 36df428 + d63ccc5 commit 51741edCopy full SHA for 51741ed
Makefile
@@ -31,7 +31,7 @@ quality:
31
go fmt
32
go mod tidy
33
ifneq (${HAS_DOCKER},)
34
- docker run --rm -v "$(PWD):/plugin" buildkite/plugin-linter:latest --id buildkite-plugins/monorepo-diff
+ docker run --rm -v "$(PWD):/plugin" buildkite/plugin-linter:latest --id monorepo-diff
35
endif
36
37
.PHONY: build
0 commit comments