Skip to content

BLS HAFAS: update endpoint #301

BLS HAFAS: update endpoint

BLS HAFAS: update endpoint #301

Workflow file for this run

name: Validate endpoint definitions
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate JSON
uses: docker://nhalstead00/validate-json-action:latest
env:
INPUT_SCHEMA: schema.json
INPUT_JSONS: data/*/*.json