Skip to content

Commit

Permalink
Merge pull request #1102 from sudo-bmitch/pr-lint-md-files
Browse files Browse the repository at this point in the history
Quote lint-md wildcard expression
  • Loading branch information
tianon committed Aug 9, 2023
2 parents 82d42b1 + 9ac8f92 commit 4b568ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -95,7 +95,7 @@ lint-go: .install.lint ## lint check of Go files using golangci-lint
.PHONY: lint-md
lint-md: ## Run linting for markdown
docker run --rm -v "$(PWD):/workdir:ro" docker.io/davidanson/markdownlint-cli2:$(MARKDOWN_LINT_VER) \
**/*.md "#vendor"
"**/*.md" "#vendor"

.PHONY: test
test: ## run the unit tests
Expand Down

0 comments on commit 4b568ff

Please sign in to comment.