We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b561f commit 894182dCopy full SHA for 894182d
.github/workflows/create-translation-batch-pr.yml
@@ -128,7 +128,7 @@ jobs:
128
- name: Check parsing
129
run: |
130
node script/i18n/lint-translation-files.js --check parsing
131
- git add . && git commit -m "Run script/i18n/lint-translation-files.js --check parsin" || echo "Nothing to commit"
+ git add . && git commit -m "Run script/i18n/lint-translation-files.js --check parsing" || echo "Nothing to commit"
132
133
# step 8b in docs-engineering/crowdin.md
134
- name: Check rendering
0 commit comments