1
0
mirror of synced 2025-12-30 12:02:01 -05:00

remove parsing step, now caught by rendering

This commit is contained in:
Hector Alfaro
2022-08-03 11:44:37 -04:00
parent 6cd305b0d9
commit cd7ca13f15

View File

@@ -134,12 +134,6 @@ jobs:
node script/i18n/fix-translation-errors.js
git add ${{ matrix.language_dir }} && git commit -m "Run script/i18n/fix-translation-errors.js" || echo "Nothing to commit"
# step 8a in docs-engineering/crowdin.md
- name: Check parsing
run: |
node script/i18n/lint-translation-files.js --check parsing | tee -a /tmp/batch.log | cat
git add ${{ matrix.language_dir }} && git commit -m "Run script/i18n/lint-translation-files.js --check parsing" || echo "Nothing to commit"
# step 8b in docs-engineering/crowdin.md
- name: Check rendering
run: |