1
0
Эх сурвалжийг харах

workflow: exclude i18n file for spelling check

wangweimin 3 жил өмнө
parent
commit
b24814bcfc

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

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