Skip to content

Commit c87bbd4

Browse files
authored
Merge pull request #84 from djarecka/fix_typo_ga
fixing typo in GA
2 parents a4c4ad9 + 2effe62 commit c87bbd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_other_formats.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
cd linkml-schema
4242
for file in *.yaml; do
43-
if [[ "$file" != *bican* && "$file" != *core* ]];; then
43+
if [[ "$file" != *bican* && "$file" != *core* ]]; then
4444
name=`basename ${file} .yaml`;
4545
echo "Processing $name file..";
4646
gen-json-schema ${file} > ../json-schema-autogen/${name}.json;

linkml-schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
All `LinkML` schemas
1+
All `LinkML` schemas in `yaml` format

0 commit comments

Comments
 (0)