Skip to content

Commit a36fa1f

Browse files
authored
check.yml: Install hunspell for shellcheck
1 parent a0e1a4c commit a36fa1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ jobs:
162162
- name: Make sure the repository is up to date
163163
if: github.event_name != 'pull_request'
164164
run: git pull --rebase
165+
166+
- name: Install Hunspell
167+
run: sudo apt install hunspell-pt-br -y
165168

166169
- name: Run pospell
167170
continue-on-error: true

0 commit comments

Comments
 (0)