Replies: 1 comment
-
Yeah it's a good point I'll add it to the backlog in #1196 Thanks a lot for your feedback 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the
{%- await embed(...) %}
format alongside the markdown template is Lowlighter not checking if the required plugin(s) are enabled.As an example, when I have this setup:
...but do not have the
plugin_repositories
setting in my workflow file set toyes
/true
will metrics still create the SVG file, resulting in an empty file being used to display stuff.Instead of that should metrics print a warning (or even prevent the run of the workflow) about the usage of plugins that aren't enabled.
Beta Was this translation helpful? Give feedback.
All reactions