diff --git a/.github/workflows/pr-check-lint_content.yml b/.github/workflows/pr-check-lint_content.yml index 8c92ae7882b9efc..3728d41002159b9 100644 --- a/.github/workflows/pr-check-lint_content.yml +++ b/.github/workflows/pr-check-lint_content.yml @@ -166,17 +166,17 @@ jobs: echo -e "\nPlease fix all the linting issues mentioned in the following logs and in the PR review comments." if [[ ${MD_LINT_FAILED} == 'true' ]]; then - echo -e "\n🪵 Logs from markdownlint:" + echo -e "\n\n🪵 Logs from markdownlint:" echo "${MD_LINT_LOG}" fi if [[ ${FM_LINT_FAILED} == 'true' ]]; then - echo -e "\n🪵 Logs from front-matter linter:" + echo -e "\n\n🪵 Logs from front-matter linter:" echo "${FM_LINT_LOG}" fi if [[ ${PRETTIER_FAILED} == 'true' ]]; then - echo -e "\n🪵 Logs from Prettier formatter:" + echo -e "\n\n🪵 Logs from Prettier formatter:" echo "${PRETTIER_LOG}" echo -e "\nYou can use Prettier playground to format the files online: https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBiABABwIYGd7owAWc6CMAlgE6kBmFANqSTSADQgSaXS7KjYqVCAHcACoIR8U2BiOwBPPhwBGVbGADWcGAGVsAWzgAZClDjJas3HFXqtO3TjBmA5shhUArrZA2DFB7evnAAHphwVBRGsLIAKpFQghRw0lYMNhy4bkwAil4Q8JbWvgBWuKG6OXD5hRZI6ZkgAI4F8GLCmNIgeAC05nAAJkPsIJ7YjG4AwhAGBtjIPQwMo9lQrkwAgjCeFCpe7ZGm5sUZvkQwBgwA6kQU8LjOcLpS9xQAbvcKi2C4yiDvHwASSgw1gujAUW4m1BuhgCiYpyamGENmu6kwixRqUi7wsHDMNioMA62Fc8yRvhwVCJi3mVE0g1EUFGKLMMGuFEGxGQAA4AAwcGitahwUnkhYNEocGDYFSc7lEZAAJg4XhscTlaWlIDgBhUQ2Gg2M2HWXjJcAAYhAqPMdm5FtgDhAQABfV1AA \n" fi