Skip to content

Commit 04c3982

Browse files
authored
Update spell_check.yml
1 parent 0b90ffa commit 04c3982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: codespell-project/actions-codespell@v2
2323
with:
2424
skip: Arduino_package/hardware/libraries/SoftwareSerial/src/Adafruit_GPS.cpp,Arduino_package/hardware/libraries/SoftwareSerial/src/Adafruit_GPS.h,Arduino_package/hardware/libraries/SoftwareSerial/src/SoftwareSerial.cpp,Arduino_package/hardware/libraries/SoftwareSerial/src/SoftwareSerial.h
25-
ignore_words_list: ameba
25+
ignore_words_list: ameba, shiftIn
2626
# ignore_words_file: Ameba_misc/Spell_Check_Ignore/.codespellignore
2727
path: ${{ matrix.path }}

0 commit comments

Comments
 (0)