Skip to content

feat: implement scorecard-classic command #1859

feat: implement scorecard-classic command

feat: implement scorecard-classic command #1859

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@v4
- uses: actions/setup-node@v3
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 }}