|
|
|
@ -9,9 +9,13 @@ jobs: |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: install codespell |
|
|
|
name: install codespell |
|
|
|
command: 'sudo pip install codespell' |
|
|
|
command: 'sudo pip install codespell' |
|
|
|
|
|
|
|
- run: |
|
|
|
|
|
|
|
# Important: all words have to be in lowercase, and separated by "\n". |
|
|
|
|
|
|
|
name: exclude known exceptions |
|
|
|
|
|
|
|
command: 'echo -e "unknwon" > words_to_ignore.txt' |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: check documentation spelling errors |
|
|
|
name: check documentation spelling errors |
|
|
|
command: 'codespell -x docs/sources/project/building_from_source.md docs/' |
|
|
|
command: 'codespell -I ./words_to_ignore.txt docs/' |
|
|
|
|
|
|
|
|
|
|
|
test-frontend: |
|
|
|
test-frontend: |
|
|
|
docker: |
|
|
|
docker: |
|
|
|
|