From be2343f37d5842f97668fa54a7e18e06e551c36d Mon Sep 17 00:00:00 2001 From: OnkarRuikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:43:47 +0530 Subject: [PATCH] update playground url --- .github/workflows/pr-check-lint_content.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-check-lint_content.yml b/.github/workflows/pr-check-lint_content.yml index 808d1fca1dcf647..ca1011cb86c1e7a 100644 --- a/.github/workflows/pr-check-lint_content.yml +++ b/.github/workflows/pr-check-lint_content.yml @@ -166,18 +166,18 @@ 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 "\nLogs from markdownlint:" + echo -e "\n🪵 Logs from markdownlint:" echo "${MD_LINT_LOG}" fi if [[ ${FM_LINT_FAILED} == 'true' ]]; then - echo -e "\nLogs from front-matter linter:" + echo -e "\n🪵 Logs from front-matter linter:" echo "${FM_LINT_LOG}" fi if [[ ${PRETTIER_FAILED} == 'true' ]]; then - echo -e "\nLogs from Prettier formatter:" + echo -e "\n🪵 Logs from Prettier formatter:" echo "${PRETTIER_LOG}" echo -e "\nYou can use Prettier playground to format the files online: https://prettier.io/playground/#N4Igxg9gdgLgprEAuEIA0IIAcYEtoDOyoAhgE5kQDuACuQkSiQDZUkCeRGARmSWAGs4MAMokAtnAAyuKHGQAzFgTg8+g4SKz9ZAc2QwyAV1UgV43AeOm4ADyxwyuSbBYAVR1HK44jJcxUMAj1mOABFIwh4RWVTACsCWxEQ8MjopH9AkABHNLgaSixGEBICAFo5OAATavQQQxJcZj0AYQhxcRJkEuZmOuCoXVCAQRhDXG4jeBpHGTkYgNMACxhxZgB1Jdx4Am0wOBEGbdwAN232brACLhATkwBJKBrYETAnHGGnkRh2UIWsrCUFTrPhYbqA3yOE7yDCyFRkGAFEi6Tr-UzaMjw7qdMgCKrUKB1QGyGDrXBVGBLZAADgADBgyHBcrhGUiUV0MrEMDASNwyRSqUgAEwYIwqNy8vxckBwcTcao1KpSEiDIzIuAAMQgZE6Yz03RIUwgIAAviagA \n" - fi + exit 1