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 2a50939 commit d3093b9
Show file tree
Hide file tree
Showing 2 changed files with 3 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,8 +26,8 @@ jobs:
for file in $(find . -name "*.jsonld"); do
printf "Checking $file .. "
jq empty $file && echo "OK"
IF NOT %ERRORLEVEL% == 0 (
echo %ERRORLEVEL%
IF [$ ? -ne 0] (
echo $?
exit 1
)
done || exit 1
Expand Down
2 changes: 1 addition & 1 deletion jsonld-contexts/sedimark-ai-model-asset.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"hasArchitecture": "https://sedimark.github.io/ontology#hasArchitecture",
"datasetProcessing": "https://sedimark.github.io/ontology#datasetProcessing"

}

0 comments on commit d3093b9

Please sign in to comment.