Merge pull request #8020 from GabyCT/topic/fixhunspell

gha: Install hunspell for static checks
This commit is contained in:
David Esparza
2023-09-21 10:58:40 -06:00
committed by GitHub

View File

@@ -187,7 +187,7 @@ jobs:
echo "/usr/local/go/bin" >> $GITHUB_PATH
- name: Install system dependencies
run: |
sudo apt-get -y install moreutils
sudo apt-get -y install moreutils hunspell
- name: Run check
run: |
export PATH=${PATH}:${GOPATH}/bin