Skip to content

feat: Handle view components in JSON view response #60

feat: Handle view components in JSON view response

feat: Handle view components in JSON view response #60

Workflow file for this run

name: JavaScript CI
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
test:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: test
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test