Replies: 2 comments 3 replies
-
|
Hi 👋 ! It would be a nice feature to have definitely, though it'd probably require a fair amount of work to implement. I personnally don't think that I'll have time and courage to work on it, but if someone wants to give it a shot they can open a pull request for it. However, since the recent introduction of |
Beta Was this translation helpful? Give feedback.
-
|
Something I was thinking about just now: The TXT would give detailed insights as to what the action did and where it would most likely fail and why. I'm aware that Actions do have logs, but I feel like they are kind of tedious to work with in the long run... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice, if https://metrics.lecoq.io/ could offer a sort of verifier for GitHub Actions workflows and/or Markdown files (in case a
markdowntemplate is used).What this verifier would do is essentially simulating a GitHub Actions run, telling you what it would've generated and what other steps it would have done.
In the case of also providing a markdown template would it show you the output with some dummy data (to not overuse requests) and inform you about any errors such as wrong configuration options.
Why not use actions with json output or smth?
Because that not only has the risk of failed runs, which are annoying on their own, but also requires you to actually do such runs, which in case of adding stuff through PRs really won't help here.
Please treat this as a low priority thing, because the last thing I want is having fixes and new changes to the action being postponed by this here. :)
Beta Was this translation helpful? Give feedback.
All reactions