Skip to content

schema after migrations #246

schema after migrations

schema after migrations #246

Workflow file for this run

name: Test reproschema activities
on:
push:
branches: [ master ]
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install reproschema requests_cache
- name: JSON linter
run: |
python tests/jsonParser.py
- name: Test with pyshacl
run: |
reproschema -l DEBUG validate activities