Skip to content

Commit

Permalink
Show Markdown diff as unified diff (#454)
Browse files Browse the repository at this point in the history
Also add nice colors to make things pretty.
  • Loading branch information
mgeisler authored Feb 24, 2023
1 parent db7a604 commit 261bcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
MDBOOK_PREPROCESSOR__GETTEXT__PO_FILE: po/messages.pot

- name: Compare no translation to no-op translation
run: diff -r expanded no-op
run: diff --color=always --unified --recursive expanded no-op

find-translations:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 261bcfc

Please sign in to comment.