diff --git a/.github/workflows/broken-links-check.yml b/.github/workflows/broken-links-check.yml new file mode 100644 index 00000000..70816a9d --- /dev/null +++ b/.github/workflows/broken-links-check.yml @@ -0,0 +1,16 @@ +name: Broken Links Check +on: workflow_dispatch + +jobs: + broken-links-check: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Check + uses: ruzickap/action-my-broken-link-checker@v2 + with: + url: https://microcks.io + pages_path: public + cmd_params: '--exclude=(linkedin.com|github.com) --max-connections-per-host=5 --color=always --rate-limit=5 --header="User-Agent:curl/7.54.0" --skip-tls-verification' \ No newline at end of file