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 27406fd commit 01f46d9Copy full SHA for 01f46d9
.github/workflows/script/check-js.sh
@@ -17,7 +17,8 @@ if [ ! -z "$(git status --porcelain)" ]; then
17
>&2 echo "Failed: JavaScript files are not up to date. Run 'rm -rf lib && npm run-script build' to update"
18
git status
19
20
- echo "### Transpiled JS diff\n" >> $GITHUB_STEP_SUMMARY
+ echo "### Transpiled JS diff" >> $GITHUB_STEP_SUMMARY
21
+ echo "" >> $GITHUB_STEP_SUMMARY
22
echo '```diff' >> $GITHUB_STEP_SUMMARY
23
git diff --output="$RUNNER_TEMP/js.diff"
24
cat "$RUNNER_TEMP/js.diff" >> $GITHUB_STEP_SUMMARY
0 commit comments