Skip to content

Update to new schema language #9

Update to new schema language

Update to new schema language #9

Workflow file for this run

name: Run Tests
on:
- push
- pull_request
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: actions/checkout@v4
- run: |
npm install
npm test