diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index ab91690..70dbf7e 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -19,8 +19,8 @@ jobs: - name: Check links on feldera.com run: | - uv run --locked linkchecker https://feldera.com --check-extern --no-status + uv run --locked linkchecker https://feldera.com --check-extern --no-warnings - name: Check links on docs.feldera.com run: | - uv run --locked linkchecker https://docs.feldera.com --check-extern --no-status + uv run --locked linkchecker https://docs.feldera.com --check-extern --no-warnings diff --git a/pyproject.toml b/pyproject.toml index f1cb06f..52e9d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,4 +4,6 @@ version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.10" -dependencies = [] +dependencies = [ + "linkchecker>=10.5.0", +]