Răsfoiți Sursa

workflow: exclude i18n file for spelling check

wangweimin 3 ani în urmă
părinte
comite
b24814bcfc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/lint.yml

+ 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: