We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21612d0 commit b24814bCopy full SHA for b24814b
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: codespell-project/actions-codespell@master
17
with:
18
ignore_words_list: datas
19
- skip: "*.js,*.po"
+ skip: "*.js,*.po,i18n.ts"
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v2
22
0 commit comments