Skip to content

Commit

Permalink
Add linkchecker dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Zellweger <[email protected]>
  • Loading branch information
gz committed Sep 24, 2024
1 parent 667e710 commit aae0fa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit aae0fa5

Please sign in to comment.