Skip to content

Commit

Permalink
Merge pull request #227 from zivy/updateMissingValidation
Browse files Browse the repository at this point in the history
Add missing validation in the videos json configuration.
  • Loading branch information
zivy authored Oct 7, 2024
2 parents f923c62 + 56a83a9 commit 7ba5cce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/data_validation_configs/videos.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@
],
"url_columns":[
"URL"
]
],
"column_is_in":{
"Category":[
"general",
"tutorial"
]
}
}

0 comments on commit 7ba5cce

Please sign in to comment.