Create Claim-example-taxonomic-treatment.json #82
This file contains 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
# validate JSON and YAML files | |
# homepage: https://github.com/GrantBirki/json-yaml-validate | |
name: Validate JSON and YAML files | |
on: [push, pull_request] | |
jobs: | |
json-yaml-validate: | |
name: json-yaml-validate | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository contents | |
uses: actions/checkout@v4 | |
- name: json-yaml-validate | |
uses: GrantBirki/[email protected] | |
with: | |
base_dir: "./dataGraphs/thematics" | |