Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 585cf4a

Browse files
committed
fix syntax error
1 parent cd26c8f commit 585cf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-js-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cat content_diff.txt
6060
echo "--- Unexpected package.json diffs ---"
6161
cat package_json_diff.txt
62-
echo "Please replace the `plotly/labextension` directory with the artifacts of this CI run."
62+
echo "Please replace the 'plotly/labextension' directory with the artifacts of this CI run."
6363
exit 1
6464
else
6565
echo "✅ Build artifacts match expected output (ignoring known 'load' hash in package.json)."

0 commit comments

Comments
 (0)