Skip to content

[Backend Configuration IIa] Add dataset identification tools #2687

[Backend Configuration IIa] Add dataset identification tools

[Backend Configuration IIa] Add dataset identification tools #2687

name: Testing External Links
on:
pull_request:
merge_group:
workflow_call:
jobs:
build-and-test:
name: Testing External Links
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow --tags
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install package for API docs
run: pip install -e .[docs]
- name: Test External Links
run: sphinx-build -b linkcheck ./docs ./docs/_build/