Skip to content

Commit 9aef0ba

Browse files
committed
Hunspell again
1 parent e2104c4 commit 9aef0ba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/trigger-site-rebuild.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: rojopolis/[email protected]
11-
with:
12-
spellchecker: hunspell
1311

1412
dispatch:
1513
runs-on: ubuntu-latest

.spellcheck.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
matrix:
22
- name: Markdown
3+
hunspell:
4+
lang: en
5+
ignore-case: true
6+
camel-case: true
7+
run-together: true
38
dictionary:
49
wordlists:
510
- .wordlist.txt

0 commit comments

Comments
 (0)