Skip to content

DX-1211: RealtimeAnnotations & RestAnnotations interface docstrings #2423

DX-1211: RealtimeAnnotations & RestAnnotations interface docstrings

DX-1211: RealtimeAnnotations & RestAnnotations interface docstrings #2423

Workflow file for this run

name: Test (react hooks)
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
submodules: 'recursive'
persist-credentials: false
- uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
with:
node-version: 20
- run: npm ci
- run: npm run test:react