diff --git a/.github/workflows/msft-create-translation-batch-pr.yml b/.github/workflows/msft-create-translation-batch-pr.yml index 04c9e9c7de..42b27f3255 100644 --- a/.github/workflows/msft-create-translation-batch-pr.yml +++ b/.github/workflows/msft-create-translation-batch-pr.yml @@ -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: |