Skip to content

Broken Links Check #496

Broken Links Check

Broken Links Check #496

name: Broken Links Check
on:
schedule:
- cron: '0 6 * * *' # daily at 6:00 UTC (7:00 CET, 8:00 CEST)
jobs:
broken_link_check:
runs-on: ubuntu-20.04
name: Check react-ui.io for broken links
steps:
- name: Check for broken links
id: link-report
uses: celinekurpershoek/[email protected]
with:
url: 'https://react-ui.io'
honorRobotExclusions: false
ignorePatterns: "*.racom.eu*"
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"