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