break
This commit is contained in:
parent
9aadfafe1b
commit
12a6232ac7
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
mdq -c file.path --noheader . | while IFS= read -r md; do
|
||||
mdlint --ignore-missing-frontmatter "schema.json" "$md"
|
||||
mdlint --ignore-missing-frontmatter "schema.json" "$md" ||exit 1
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue