Skip to content

Commit

Permalink
feat: check all files
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Jan 24, 2025
1 parent 7209850 commit 3c1fd0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_context_valid_json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
error=0
for file in $(find . -name "*.jsonld"); do
printf "Checking $file .. "
jq empty $file && echo "OK" || (echo "KO invalid JSON" && error=1)
jq empty $file & echo "OK" | error=1 && echo "KO invalid JSON"
done
exit $error
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 @@ -18,3 +18,4 @@
"hasArchitecture": "https://sedimark.github.io/ontology#hasArchitecture",
"datasetProcessing": "https://sedimark.github.io/ontology#datasetProcessing"

}

0 comments on commit 3c1fd0c

Please sign in to comment.