@@ -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