Skip to content

Commit 4239089

Browse files
authored
ci: install hunspell for pospell
1 parent 3d9ce31 commit 4239089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
run: git pull --rebase
165165

166166
- name: Install Hunspell
167-
run: sudo apt install hunspell-pt-br -y
167+
run: sudo apt install hunspell hunspell-pt-br -y
168168

169169
- name: Run pospell
170170
continue-on-error: true

0 commit comments

Comments
 (0)