diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4d74b36..85f18d3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,5 +18,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true + - name: install en dictionaries + run: sudo apt-get install -y aspell-en - name: rake spec run: bundle exec rake spec