Added company info for Process Tasks Using Servers #398
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JSON Validation | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
validate_configurations: | |
name: Validate JSON | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Validate JSON | |
uses: docker://orrosenblatt/validate-json-action:latest | |
env: | |
INPUT_SCHEMA: data/schema.schema | |
INPUT_JSONS: data/company_info.json | |