Skip to content

Commit

Permalink
test: break stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Jan 24, 2025
1 parent 465e572 commit f1a89aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_context_valid_json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
for file in $(find . -name "*.jsonld"); do
printf "Checking $file .. "
jq empty $file && echo "OK"
IF [$ ? -ne 0] (
if [$ ? -ne 0]; then
echo $?
exit 1
)
fi
done || exit 1
shell: bash
1 change: 0 additions & 1 deletion jsonld-contexts/sedimark-ai-model-asset.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
"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 f1a89aa

Please sign in to comment.