Skip to content

docs: link an operator guide for running a witness (#54) #30

docs: link an operator guide for running a witness (#54)

docs: link an operator guide for running a witness (#54) #30

name: Reader journey
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python tools/check-site.py
- run: python tools/build-discovery.py --check
- run: python tools/check-discovery.py
quickstart:
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python tools/check-quickstart.py