We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750b118 commit 89d9fc8Copy full SHA for 89d9fc8
.github/workflows/checks.yml
@@ -18,5 +18,7 @@ jobs:
18
with:
19
ruby-version: ${{ matrix.ruby }}
20
bundler-cache: true
21
+ - name: install en dictionaries
22
+ run: sudo apt-get install -y aspell-en
23
- name: rake spec
24
run: bundle exec rake spec
0 commit comments