diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml new file mode 100644 index 0000000..48defa7 --- /dev/null +++ b/.github/workflows/link-check.yml @@ -0,0 +1,24 @@ +name: Link Checker + +on: + pull_request: + schedule: + - cron: '0 0 * * 0' + workflow_dispatch: + +jobs: + check-links: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Run Lychee link checker + uses: lycheeverse/lychee-action@v2 + with: + args: > + --verbose + --no-progress + --timeout 10 + data.json