Skip to content

DFS guidance edit 7 #1288

DFS guidance edit 7

DFS guidance edit 7 #1288

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.7
architecture: x64
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip
- run: pip install jsonschema
- run: wget "http://json-schema.org/draft-04/schema" -O schemaschema
- run: python -m jsonschema -V Draft4Validator -i schema/360-giving-schema.json -i schema/360-giving-package-schema.json schemaschema