Skip to content

Commit

Permalink
test: break stuff 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Jan 24, 2025
1 parent f1a89aa commit 33431ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/check_context_valid_json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
cd jsonld-contexts
for file in $(find . -name "*.jsonld"); do
printf "Checking $file .. "
jq empty $file && echo "OK"
if [$ ? -ne 0]; then
echo $?
exit 1
fi
jq empty $file || exit 1
echo "OK"
done || exit 1
shell: bash
1 change: 1 addition & 0 deletions jsonld-contexts/sedimark-ai-model-asset.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
"hasTrainingDataset": "https://sedimark.github.io/ontology#hasTrainingDataset",
"hasArchitecture": "https://sedimark.github.io/ontology#hasArchitecture",
"datasetProcessing": "https://sedimark.github.io/ontology#datasetProcessing"
}

0 comments on commit 33431ee

Please sign in to comment.