From a048fae868427731ae2fc6db6b129b7a0cefcd26 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Thu, 29 Apr 2021 18:38:17 +0100 Subject: [PATCH 1/2] build: add GitHub Wiki repo. as Git submodule --- .gitmodules | 3 +++ footnotes.wiki | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 footnotes.wiki diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f12d971 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "footnotes.wiki"] + path = footnotes.wiki + url = git://github.com/markcheret/footnotes.wiki diff --git a/footnotes.wiki b/footnotes.wiki new file mode 160000 index 0000000..837ae00 --- /dev/null +++ b/footnotes.wiki @@ -0,0 +1 @@ +Subproject commit 837ae00912690f4c39c719d4ce9c9a197610dbe6 From 27a98a86a7922ac8e613caa685b2a5608b529d8f Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Thu, 29 Apr 2021 18:39:20 +0100 Subject: [PATCH 2/2] ci: update Markdown linting command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 450d88d..7047eaa 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "*.(sa|sc|c)ss": [ "npm run lint:css" ], - "*.md": [ + "*.(md|markdown|wiki)": [ "npm run lint:md" ], "*.htm(l)?": [