Skip to content

Commit

Permalink
#2291: Run schema validation also on LBDatafile example
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable authored and cwschilly committed Sep 20, 2024
1 parent 9462f1a commit a5fed7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/check_lb_data_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ do
run_schema_validator "$f"
done

find "${path_to_vt_src_dir}/examples" -iname "*.json" | while read f
do
run_schema_validator "$f"
done

find . -iname "*.json.br" | while read f
do
run_schema_validator "$f"
Expand Down

0 comments on commit a5fed7b

Please sign in to comment.