Skip to content

Commit 6ab3093

Browse files
committed
Use .codespellrc to configure codespell
1 parent 5e12818 commit 6ab3093

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
ignore-words-list = ,
55
check-filenames =
66
check-hidden =
7-
skip = ./.git
7+
skip = ./.git,./src/Grove_Temperature_And_Humidity_Sensor

.github/workflows/spell-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ jobs:
2020

2121
- name: Spell check
2222
uses: codespell-project/actions-codespell@master
23-
with:
24-
skip: src/Grove_Temperature_And_Humidity_Sensor/*

0 commit comments

Comments
 (0)