Correcting workflow error

This commit is contained in:
Scott Gibb
2024-11-11 15:58:48 +00:00
parent 83d70447a6
commit f2c0b113a1
+3 -1
View File
@@ -19,4 +19,6 @@ jobs:
run: npm install -g markdownlint-cli
- name: Run markdownlint
run: markdownlint '**/*.md'
run: |
echo "Checking Markdown files"
find . -type f -name "*.md" -print0 | xargs -0 markdownlint