Skip to content

Commit 53ea9b6

Browse files
committed
Fix codespell not running on some files
1 parent a178d0c commit 53ea9b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Linter checks
2727
run: |
2828
bash _tools/format.sh
29-
codespell -I _tools/codespell-ignore.txt -x _tools/codespell-ignore-lines.txt -S tutorials/i18n/locales.rst {about,community,contributing,getting_started,tutorials}/**/*.rst
29+
codespell -I _tools/codespell-ignore.txt -x _tools/codespell-ignore-lines.txt -S tutorials/i18n/locales.rst {about,community,contributing,getting_started,tutorials}/{*.rst,**/*.rst,**/**/*.rst,**/**/**/*.rst}
3030
3131
# Use dummy builder to improve performance as we don't need the generated HTML in this workflow.
3232
- name: Sphinx build

contributing/development/compiling/getting_source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ after the ``--branch`` (or just ``-b``) argument::
5050

5151
# After cloning, optionally go to a specific commit.
5252
# This can be used to access the source code at a specific point in time,
53-
# e.g. for development snapshots, betas and releaes candidates.
53+
# e.g. for development snapshots, betas and release candidates.
5454
cd godot
5555
git checkout f4af8201bac157b9d47e336203d3e8a8ef729de2
5656

0 commit comments

Comments
 (0)