Skip to content

Commit

Permalink
gha: Install hunspell for static checks
Browse files Browse the repository at this point in the history
Seems like the static checks are failing due the missing of the hunspell
package this PR fixes that.

Fixes #8019

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 87a8616)
  • Loading branch information
GabyCT authored and fidencio committed Oct 6, 2023
1 parent a11e886 commit 6a9384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 6a9384e

Please sign in to comment.