Skip to content

add new implementation #203

add new implementation

add new implementation #203

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3
uses: actions/setup-python@v1
- name: Install dependencies
run: pip install jsonschema
- name: Run check.py
run: ./check.py