From 33f1456f959b6ddfe6c5f84d57213f10d69e32db Mon Sep 17 00:00:00 2001 From: OnkarRuikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:46:59 +0530 Subject: [PATCH] test workflow --- .github/workflows/pr-check-lint_content.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-check-lint_content.yml b/.github/workflows/pr-check-lint_content.yml index a505197e579fac8..bf7496a06d86ff5 100644 --- a/.github/workflows/pr-check-lint_content.yml +++ b/.github/workflows/pr-check-lint_content.yml @@ -126,6 +126,9 @@ jobs: TMPFILE=$(mktemp) git diff >"${TMPFILE}" git stash -u && git stash drop + echo dump diff file for troubleshooting + cat ${TMPFILE} + reviewdog \ -name="mdn-linter" \ -f=diff \