Skip to content

Update Clarin-PL tools to use new services page #218

Update Clarin-PL tools to use new services page

Update Clarin-PL tools to use new services page #218

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "23 0 12 * *"
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install fastjsonschema
- name: Validate tools' JSON
run: |
cd -- schemas/
./validate-all-tools.py -s ./spec-v1.schema.json -s ./spec-v2.schema.json -t ../tools