Skip to content

Commit 4b3a6c8

Browse files
committed
fix: add to spellcheck-ignore
Signed-off-by: Antonio Murdaca <antoniomurdaca@gmail.com>
1 parent ee8506f commit 4b3a6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
check_filenames: true
3838
check_hidden: true
3939
ignore_words_file: .github/spellcheck-ignore
40-
skip: "./docs/Gemfile.lock,./docs/_config.yml,./.github,./.git"
40+
skip: "./docs/Gemfile.lock,./docs/_config.yml,./.github,./.git,./.devcontainer,./Cargo.lock"
4141

4242
fmt:
4343
name: Rustfmt

0 commit comments

Comments
 (0)