浏览代码

Meta: Also check CONTRIBUTING with check-markdown.sh

kleines Filmröllchen 3 年之前
父节点
当前提交
8558a6b83b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Meta/check-markdown.sh

+ 1 - 1
Meta/check-markdown.sh

@@ -23,4 +23,4 @@ if [ -z "$SERENITY_SOURCE_DIR" ] ; then
     export SERENITY_SOURCE_DIR
     export SERENITY_SOURCE_DIR
 fi
 fi
 
 
-find AK Base Documentation Kernel Meta Ports Tests Userland -path 'Ports/*/*' -prune -o -type f -name '*.md' -print0 | xargs -0 "${MARKDOWN_CHECK_BINARY}" README.md
+find AK Base Documentation Kernel Meta Ports Tests Userland -path 'Ports/*/*' -prune -o -type f -name '*.md' -print0 | xargs -0 "${MARKDOWN_CHECK_BINARY}" README.md CONTRIBUTING.md