Skip to content

Commit b24814b

Browse files
committed
workflow: exclude i18n file for spelling check
1 parent 21612d0 commit b24814b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: codespell-project/actions-codespell@master
1717
with:
1818
ignore_words_list: datas
19-
skip: "*.js,*.po"
19+
skip: "*.js,*.po,i18n.ts"
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v2
2222
with:

0 commit comments

Comments
 (0)