Skip to content

Commit ad46e82

Browse files
committed
#82 update WORDLIST file name
1 parent c231908 commit ad46e82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spellcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
words <- spelling::spell_check_files(
4040
qmd_files,
41-
ignore = read_lines("inst/WORDLIST.txt")
41+
ignore = read_lines("inst/WORDLIST")
4242
)
4343
4444
print(words)
@@ -47,8 +47,8 @@ jobs:
4747
testthat::expect_equal(
4848
object = words,
4949
expected = spelling::spell_check_files(
50-
path = "inst/WORDLIST.txt",
51-
ignore = read_lines("inst/WORDLIST.txt")
50+
path = "inst/WORDLIST",
51+
ignore = read_lines("inst/WORDLIST")
5252
)
5353
)
5454
})

0 commit comments

Comments
 (0)