Add option to verify SVG

This commit is contained in:
lowlighter
2020-10-26 22:55:47 +01:00
parent c7cf5d8212
commit a369905535
3 changed files with 115 additions and 1 deletions

View File

@@ -174,6 +174,12 @@ inputs:
description: Enable debug logs
default: no
# Verify SVG after generation
# It tests whether SVG can be correctly parsed (used for testing)
verify:
description: Verify SVG after genaration
default: no
# Enable dry-run mode
# Generate image but does not push it (used for testing)
dryrun: