Skip to content

Merge pull request #130 from ThomasAribart/enable-json-schema-extensions #259

Merge pull request #130 from ThomasAribart/enable-json-schema-extensions

Merge pull request #130 from ThomasAribart/enable-json-schema-extensions #259

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
workflow_dispatch:
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up
run: yarn
- name: Tests
run: yarn test