Skip to content

Commit

Permalink
Fix speller
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 12, 2020
1 parent ff441af commit 4cc1b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install spell checker
run: |
sudo apt install libenchant-dev
pip install -r requirements/doc.txt
pip install -r requirements/doc-spelling.txt
- name: Run docs spelling
run: |
make doc-spelling
Expand Down

0 comments on commit 4cc1b06

Please sign in to comment.