1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-01 22:00:09 +02:00

Show Markdown diff as unified diff (#454)

Also add nice colors to make things pretty.
This commit is contained in:
Martin Geisler 2023-02-24 16:46:08 +01:00 committed by GitHub
parent db7a6044b4
commit 261bcfce3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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