mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
Meta: Also run markdown-check on markdown files in each Port subdir
This commit is contained in:
parent
7ad212ff63
commit
f43f83512e
2 changed files with 4 additions and 4 deletions
|
@ -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 CONTRIBUTING.md
|
||||
find AK Base Documentation Kernel Meta Ports Tests Userland -type f -name '*.md' -print0 | xargs -0 "${MARKDOWN_CHECK_BINARY}" README.md CONTRIBUTING.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue