Meta: Invoke markdown-checker if available while linting

This commit is contained in:
Ben Wiederhake 2021-10-04 20:56:33 +02:00 committed by Brian Gianforcaro
commit a296f6bb8d
Notes: sideshowbarker 2024-07-18 02:50:07 +09:00
2 changed files with 22 additions and 0 deletions

View file

@ -22,6 +22,7 @@ set +e
for cmd in \
Meta/check-ak-test-files.sh \
Meta/check-debug-flags.sh \
Meta/check-markdown.sh \
Meta/check-newlines-at-eof.py \
Meta/check-style.sh \
Meta/lint-executable-resources.sh \