Skip to content

Commit a316db4

Browse files
committed
Adding ignore words list containing 'WAN' for 'MKR WAN'
1 parent b2b0821 commit a316db4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/spell-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ jobs:
99
with:
1010
fetch-depth: 1
1111
- uses: arduino/actions/libraries/spell-check@master
12+
with:
13+
ignore-words-list: ./extras/codespell-ignore-words-list.txt
14+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
WAN

0 commit comments

Comments
 (0)