From 8558a6b83b4d937ba14f9616b6411fbd8f9a87dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Thu, 16 Jun 2022 18:08:15 +0200 Subject: [PATCH] Meta: Also check CONTRIBUTING with check-markdown.sh --- Meta/check-markdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/check-markdown.sh b/Meta/check-markdown.sh index cbbafbb1da..aee514e007 100755 --- a/Meta/check-markdown.sh +++ b/Meta/check-markdown.sh @@ -23,4 +23,4 @@ if [ -z "$SERENITY_SOURCE_DIR" ] ; then export SERENITY_SOURCE_DIR 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