瀏覽代碼

workflow: exclude i18n file for spelling check

wangweimin 3 年之前
父節點
當前提交
b24814bcfc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/lint.yml

+ 1 - 1
.github/workflows/lint.yml

@@ -16,7 +16,7 @@ jobs:
       - uses: codespell-project/actions-codespell@master
       - uses: codespell-project/actions-codespell@master
         with:
         with:
           ignore_words_list: datas
           ignore_words_list: datas
-          skip: "*.js,*.po"
+          skip: "*.js,*.po,i18n.ts"
       - name: Set up Python ${{ matrix.python-version }}
       - name: Set up Python ${{ matrix.python-version }}
         uses: actions/setup-python@v2
         uses: actions/setup-python@v2
         with:
         with: