зеркало из https://github.com/github/docs.git
fix: s/parsin/parsing (#23038)
Closes https://github.com/github/docs-internal/issues/23037
This commit is contained in:
Родитель
81b561f1ff
Коммит
894182d2f1
|
@ -128,7 +128,7 @@ jobs:
|
||||||
- name: Check parsing
|
- name: Check parsing
|
||||||
run: |
|
run: |
|
||||||
node script/i18n/lint-translation-files.js --check parsing
|
node script/i18n/lint-translation-files.js --check parsing
|
||||||
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"
|
||||||
|
|
||||||
# step 8b in docs-engineering/crowdin.md
|
# step 8b in docs-engineering/crowdin.md
|
||||||
- name: Check rendering
|
- name: Check rendering
|
||||||
|
|
Загрузка…
Ссылка в новой задаче