Merge pull request #158 from jdvorak001/include_upper_limits_of_ORCID… #128
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
name: Validate the schemas and examples | |
on: [push, pull_request] | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
name: validate | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v3 | |
- name: Checkout Supporting Repos | |
run: | | |
git clone https://github.com/eurocris/CERIF-TG-Tools.git ../CERIF-TG-Tools | |
git clone --branch=main https://github.com/euroCRIS/openaire-cris-validator.git ../openaire-cris-validator | |
- uses: actions/setup-java@v3 | |
with: | |
distribution: 'zulu' | |
java-version: '17' | |
- name: Run the Validation Script | |
run: ./tools/compile.sh |