Skip to content

Commit

Permalink
fix: schema action
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Aug 22, 2024
1 parent 0bd96e3 commit cd985de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [[ -f "$schema_file" ]]; then
echo "Validating $json_file against $schema_file"
check-jsonschema --schemafile --verbose "$schema_file" "$json_file"
check-jsonschema --schemafile "$schema_file" "$json_file" --verbose
else
echo "WARNING: Schema file not found for $json_file"
fi
Expand Down
1 change: 0 additions & 1 deletion issuance/message/example/credential-offer-message.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
}
}
]
}

0 comments on commit cd985de

Please sign in to comment.