Skip to content

Link Checker

Link Checker #42

Workflow file for this run

name: Link Checker
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install the default version of uv
id: setup-uv
uses: astral-sh/setup-uv@v2
# ignored crates.io due to https://github.com/rust-lang/crates.io/issues/788
- name: Check links on feldera.com
run: |
uv run --locked linkchecker https://docs.feldera.com --check-extern --no-warnings --ignore-url "https?://localhost|https://crates.io|https://www.linkedin.com|https://ieeexplore.ieee.org" --no-robots