We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6634e commit 37f6855Copy full SHA for 37f6855
1 file changed
src/github_client.py
@@ -450,3 +450,8 @@ def validate_0(data):
450
def validate_6(data):
451
"""Validate: fix data loading"""
452
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