We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7b5e1cc commit2153d60Copy full SHA for 2153d60
.github/workflows/test.yml
@@ -15,7 +15,7 @@ permissions: {} # No GITHUB_TOKEN permissions, as we only use it to increase API
15
16
env:
17
CONTENT_ROOT:${{ github.workspace }}/content/files
18
-TRANSLATED_CONTENT_ROOT:${{ github.workspace }}/translated-content/files
+CONTENT_TRANSLATED_ROOT:${{ github.workspace }}/translated-content/files
19
CARGO_TERM_COLOR:always
20
21
jobs:
@@ -57,3 +57,11 @@ jobs:
57
58
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
59
run:cargo run --release content fix-flaws
60
+
61
+ -name:Show content changes
62
+working-directory:content
63
+run:git diff --color=always --word-diff
64
65
+ -name:Show translated-content changes
66
+working-directory:translated-content
67