Skip to content

Commit f376c3b

Browse files
authored
Fix: Pass lexicon.txt as a parameter (#208)
* Fix: pass lexicon.txt as a parameter * Fix lexicon location
1 parent db62e30 commit f376c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
PATH=$PATH:main/tools/spell
2929
# Make sure that the portable directory is not included in the spellcheck.
3030
sed -i 's/find $DIRNAME/find $DIRNAME -not -path '*portable*'/g' main/tools/spell/find-unknown-comment-words
31-
find-unknown-comment-words --directory kernel/
31+
find-unknown-comment-words --directory kernel/ --lexicon ./kernel/.github/lexicon.txt
3232
if [ "$?" = "0" ]; then
3333
exit 0
3434
else

0 commit comments

Comments
 (0)