Skip to content

Commit

Permalink
log: Add design doc (#4809)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Feb 9, 2024
1 parent cfaf1f0 commit c921815
Show file tree
Hide file tree
Showing 2 changed files with 782 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ add-tags: | $(MULTIMOD)

.PHONY: lint-markdown
lint-markdown:
docker run -v "$(CURDIR):$(WORKDIR)" docker://avtodev/markdown-lint:v1 -c $(WORKDIR)/.markdownlint.yaml $(WORKDIR)/**/*.md
docker run -v "$(CURDIR):$(WORKDIR)" avtodev/markdown-lint:v1 -c $(WORKDIR)/.markdownlint.yaml $(WORKDIR)/**/*.md

0 comments on commit c921815

Please sign in to comment.