Skip to content

Commit

Permalink
Put back pyshacl
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact committed Dec 6, 2024
1 parent 957c722 commit cd2034c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/check-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ if [ "$(ls $THIS_DIR/../$JSON_DIR/*.json 2>/dev/null)" ]; then
for f in $THIS_DIR/../$JSON_DIR/*.json; do
check_schema $f
echo ""
# check_model $f
# echo ""
check_model $f
echo ""
check_spdx $f
echo ""
done
Expand Down Expand Up @@ -118,8 +118,8 @@ HEREDOC

echo "{}]" >> $COMBINED_JSON

# check_model $COMBINED_JSON
# echo ""
check_model $COMBINED_JSON
echo ""
check_spdx $COMBINED_JSON
echo ""
done

0 comments on commit cd2034c

Please sign in to comment.