Skip to content

Commit 7e674fd

Browse files
committed
add schema validation
1 parent 3093a8c commit 7e674fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/github_client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,8 @@ def validate_0(data):
450450
def validate_6(data):
451451
"""Validate: fix data loading"""
452452
return data is not None
453+
454+
455+
def validate_12(data):
456+
"""Validate: add schema validation"""
457+
return data is not None

0 commit comments

Comments
 (0)