audiomate
audiomate copied to clipboard
Create main.yml to set-up and action that solves #88
Set-up a self-written GitHub action that checks URLs of datasets in code and documentation #88
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?
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.