Skip to content

Commit 130ff3a

Browse files
committed
enable pyspelling
1 parent 1040a3f commit 130ff3a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
3737
pip install pylint
3838
pylint $(git ls-files '*.py')
39+
- name: Install packages for spell check and perform spell check
40+
run: |
41+
sudo apt install aspell-en
42+
pip install pyspelling
43+
pyspelling
44+
echo finished spell checking
3945
4046
- name: install femmt package
4147
run: |

0 commit comments

Comments
 (0)