We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4c4ad9 + 2effe62 commit c87bbd4Copy full SHA for c87bbd4
.github/workflows/generate_other_formats.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
cd linkml-schema
42
for file in *.yaml; do
43
- if [[ "$file" != *bican* && "$file" != *core* ]];; then
+ if [[ "$file" != *bican* && "$file" != *core* ]]; then
44
name=`basename ${file} .yaml`;
45
echo "Processing $name file..";
46
gen-json-schema ${file} > ../json-schema-autogen/${name}.json;
linkml-schema/README.md
@@ -1 +1 @@
1
-All `LinkML` schemas
+All `LinkML` schemas in `yaml` format
0 commit comments