commit | 12207173bb6a04aaee24e6a7130473a9247cafc6 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Feb 05 18:49:35 2024 -0500 |
committer | GitHub <noreply@github.com> | Mon Feb 05 18:49:35 2024 -0500 |
tree | a3f93abb79ad1a76bf45a00eaf8d040ebefcb05e | |
parent | ef722deb89de7cb9e815ae26615a3eaea226667d [diff] [blame] |
ci: add full-node tests (#920)
diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc new file mode 100644 index 0000000..c198e0b --- /dev/null +++ b/.markdownlint-cli2.jsonc
@@ -0,0 +1,9 @@ +{ + "ignores": [ + "docs/static/*.png", + ], + "outputFormatters": [ + [ "markdownlint-cli2-formatter-junit", { "name": "junit.xml" } ], + [ "markdownlint-cli2-formatter-default" ] + ] +}