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.
1 parent 3730252 commit fafaaceCopy full SHA for fafaace
.github/workflows/json_schemas_pr_check.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
if ! git diff --exit-code "$json_file" >/dev/null; then
50
echo "ERROR: $json_file is out of sync with $ts_file."
51
- echo "Please update $json_file by running the build script (npm run build:json)."
+ 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)."
52
failed=1
53
fi
54
done
0 commit comments