Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Features/add notice #451

Features/add notice

Features/add notice #451

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install jq nodejs
- name: Install AJV
run: make install-ajv
- name: Run tests
run: make validate-all