audiomate icon indicating copy to clipboard operation
audiomate copied to clipboard

Create main.yml to set-up and action that solves #88

Open SuperKogito opened this issue 5 years ago • 2 comments

Set-up a self-written GitHub action that checks URLs of datasets in code and documentation #88

SuperKogito avatar Nov 30 '19 20:11 SuperKogito

Hi, Thanks for that. I haven't used actions so far. What exactly happens if invalid URLs are detected? Is there any kind of report?

ynop avatar Dec 09 '19 19:12 ynop

Hello, At this stage the action prints the collected URLs followed by a green . if they are reachable and a red x if the link is broken. Here is a small demo and this is an output example. The output can be found under action. You need to click on Run URLs-checker to see the logs.

SuperKogito avatar Dec 09 '19 19:12 SuperKogito