Skip to content

Improve marketplace access, search discovery, and site availability checks #17

Improve marketplace access, search discovery, and site availability checks

Improve marketplace access, search discovery, and site availability checks #17

Workflow file for this run

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
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