Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Dec 17, 2024
1 parent c13b7a0 commit 33f1456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-check-lint_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 33f1456

Please sign in to comment.