Skip to content

Merge branch 'master' of github.com:modxorg/DocsApp #568

Merge branch 'master' of github.com:modxorg/DocsApp

Merge branch 'master' of github.com:modxorg/DocsApp #568

Workflow file for this run

name: Validate
on: [push, pull_request]
jobs:
validate-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate language file
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./lang.schema.json
INPUT_JSONS: ./lang.json
- name: Validate sources file
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./sources.schema.json
INPUT_JSONS: ./sources.dist.json