Skip to content

Commit 77a03b1

Browse files
committed
format
1 parent 85bca3c commit 77a03b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-generated-files.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
if git diff --exit-code src/files.json > /dev/null; then
2525
echo "✅ No changes detected in dojo/src/files.json. Everything is up to date."
2626
else
27-
echo "❌ Detected changes in dojo/src/files.json."
27+
echo "❌ \033[1mDetected changes in dojo/src/files.json.\033[0m"
28+
echo ""
2829
echo "Please run \`(p)npm run generate-content-json\` in the typescript-sdk/apps/dojo folder and commit the changes."
29-
30+
echo ""
3031
echo "The detected diff was as follows:"
31-
3232
echo "::group::Diff for dojo/src/files.json"
3333
git diff src/files.json
3434
echo "::endgroup::"

0 commit comments

Comments
 (0)