mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-24 16:42:36 +02:00
Show Markdown diff as unified diff (#454)
Also add nice colors to make things pretty.
This commit is contained in:
parent
db7a6044b4
commit
261bcfce3e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
MDBOOK_PREPROCESSOR__GETTEXT__PO_FILE: po/messages.pot
|
MDBOOK_PREPROCESSOR__GETTEXT__PO_FILE: po/messages.pot
|
||||||
|
|
||||||
- name: Compare no translation to no-op translation
|
- 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:
|
find-translations:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user