Skip to content

Commit

Permalink
remove extra line from correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Dec 6, 2024
1 parent 784547d commit f78035f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
1 change: 0 additions & 1 deletion .github/workflows/validate-dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
pip install -r requirements.txt
curl https://raw.githubusercontent.com/ror-community/ror-schema/refs/heads/schema-v2-1/ror_schema.json -o ror_schema.json
curl https://raw.githubusercontent.com/ror-community/ror-schema/refs/heads/schema-v2-1/ror_schema_v2_1.json -o ror_schema_v2_1.json
ls ../files/
if [[ ${{ github.event.inputs.schema-version }} == 'v1' ]]; then
echo "validating v1"
python run_validations.py -i ../${{ env.WORKING_DIR }}/${{ github.event.inputs.file-name}} -v 1 -s ror_schema.json
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/validate_dump.yml

This file was deleted.

0 comments on commit f78035f

Please sign in to comment.