Skip to content

Commit

Permalink
Feat: syntax highlight in translate confilcts
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored May 19, 2024
1 parent 7575449 commit 4c43750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect_translate_conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "MERGE_CONFLICTS<<EOF"
git diff --name-only --diff-filter=U | while read file; do
echo "- $file"
echo -e "\n\`\`\`"
echo -e "\n\`\`\`diff"
git diff --diff-filter=U "$file" | sed -n '/<<<<<<</,/>>>>>>>/p'
echo -e "\n\`\`\`"
done
Expand Down

0 comments on commit 4c43750

Please sign in to comment.