Skip to content

feat: add reference property to context.report() for external docs links #3086

feat: add reference property to context.report() for external docs links

feat: add reference property to context.report() for external docs links #3086

Workflow file for this run

name: Smoke tests
permissions:
contents: read
on:
pull_request:
types: [opened, synchronize, reopened]
env:
CI: true
REDOCLY_TELEMETRY: off
jobs:
run-smoke-rebilly:
# Only run if PR is from the same repository (not a fork)
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Run Rebilly smoke test
run: npm run smoke:rebilly
env:
SANDBOX_REBILLY_TOKEN: ${{ secrets.SANDBOX_REBILLY_TOKEN }}