Eduardo Serrano
Eduardo Serrano
@gaurav-nelson What's your thinking on this work? I was thinking that perhaps we could implement this feature by adding an action input to decide whether to set the output from...
Hi @gaurav-nelson, any thoughts on the above comment?
If anyone is still interested in this I created an action to give you this information: [Markdown Link Check log parser](https://github.com/marketplace/actions/markdown-link-check-log-parser). This action parses the log output from the `Markdown...
@gaurav-nelson would you consider adding the output you write to the step log as a step output? I understand your concerns, mainly around the potentially large step output but this...
@gaurav-nelson >1.Should I also add https://github.com/gaurav-nelson/github-action-markdown-link-check/blob/master/entrypoint.sh#L45-L51 as step outputs? I don't need it for to be able to produce the output as shown in the [comment above](https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/9#issuecomment-1173168863). That said, it...
This one seems trickier than the issue with strict JSON I was able to debug but I can give it a try. If I figure it out I'll submit a...
I was having a similar issue, on my project I have `node-linker=hoisted` in my `.npmrc` file because otherwise I get an error trying to run the app. (probably related to...
Hi @gaurav-nelson, In case you missed it, GitHub has updated the way the output is set. See [GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). The official docs have been updated...
I'm also getting this, seems like a duplicate of #45. As suggested on the stackoverflow link provided on #45, adding: ``` "type": "module", ``` to my `package.json` solved the issue....
I do understand the feelings conveyed before regarding the why people would prefer a way to have the "Accept new snapshot" button in an html-reporter as well as I understand...