Skip to content

Commit

Permalink
Add newlines to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Nov 22, 2024
1 parent c92ef2b commit 24ae276
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync_data_schema_updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
echo -e "\nCommit message created : $cmsg"
echo -e "\nCommitting if there are files to update in client dir:"
echo `git commit -m "$cmsg"`
echo `git push`
echo `git push`
2 changes: 1 addition & 1 deletion .github/workflows/validate_json_schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: curl -o ./scripts/jsonschema-org-schema.json https://json-schema.org/draft-04/schema

- name: Validate JSON Schema
run: python3 ./scripts/validate_json_schema.py
run: python3 ./scripts/validate_json_schema.py
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jsonschema==4.23.0
jsonschema==4.23.0
2 changes: 1 addition & 1 deletion scripts/validate_json_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def validateJsonSchemas():


if __name__ == "__main__":
validateJsonSchemas()
validateJsonSchemas()

0 comments on commit 24ae276

Please sign in to comment.