Skip to content

Commit b207d1b

Browse files
committed
synced change
1 parent e80e469 commit b207d1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/json_schemas_pr_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
if ! git diff --exit-code "$json_file" >/dev/null; then
5050
echo "ERROR: $json_file is out of sync with $ts_file."
51-
echo "Please put the changes to .ts file ($ts_file) and update the .json file ($json_file) by running the build script (npm run build)."
51+
echo "Please put the schema changes to .ts file ($ts_file) and update the .json file ($json_file) by running the build script (npm run build)."
5252
failed=1
5353
fi
5454
done

packages/json_schemas/schemas/actor.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"maximum": 1
1010
},
1111
"name": {
12-
"type": "number"
12+
"type": "integer"
1313
},
1414
"title": {
1515
"type": "string"
@@ -141,4 +141,4 @@
141141
"version",
142142
"name"
143143
]
144-
}
144+
}

0 commit comments

Comments
 (0)