Skip to content

Commit 2b6bad3

Browse files
even more mmdc shenanigans
1 parent 12b5c04 commit 2b6bad3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ jobs:
4646
run: |
4747
for file in $(find mermaid_diagrams -name '*.mmd'); do
4848
echo "Validating $file"
49-
mmdc --input "$file" --output /dev/null || exit 1
49+
mmdc --input "$file" --output "${file}.svg" || exit 1
50+
rm -f "${file}.svg" # Clean up the temporary output file
5051
done

0 commit comments

Comments
 (0)