Skip to content

41 new.including of tags per node in order to find the node via search bar 1 #81

41 new.including of tags per node in order to find the node via search bar 1

41 new.including of tags per node in order to find the node via search bar 1 #81

Workflow file for this run

name: Validate JSON
on: [push, pull_request]
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./src/data-schema.json
INPUT_JSONS: ./data.json