Skip to content

docs(schema): Fix the JSON schema for the repository configuration #5013

docs(schema): Fix the JSON schema for the repository configuration

docs(schema): Fix the JSON schema for the repository configuration #5013

Workflow file for this run

name: Website Test
on:
pull_request:
branches:
- main
jobs:
test:
name: Website Test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version: 18
cache: npm
cache-dependency-path: website/package-lock.json
- name: Install dependencies
run: npm ci
working-directory: website
- name: Test build
run: npm run build
working-directory: website