Skip to content

Commit 84e99aa

Browse files
Fix typo in codespell static check
1 parent 3fd3758 commit 84e99aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Spell checks via codespell
2828
uses: codespell-project/actions-codespell@v2
2929
with:
30-
skip: ./addons,*.po.src/UI/Dialogs/AboutDialog.gd,src/Classes/PhotoshopParser.gd
30+
skip: ./addons,*.po,src/UI/Dialogs/AboutDialog.gd,src/Classes/PhotoshopParser.gd
3131
ignore_words_list: chello,doubleclick,Manuel, SectionIn

0 commit comments

Comments
 (0)