Include audio folder in spellcheck.
parent
97dc37f1a0
commit
90aa2d2113
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Spellcheck codebase
|
||||
shell: bash
|
||||
run: codespell --ignore-words-list=inout,nin,ontop,parm,tthe,ue src/*.{c,cpp,h,mm}
|
||||
run: codespell --ignore-words-list=inout,nin,ontop,parm,tthe,ue `find src -name '*.c* -o -name '*.h' -o -name '*.mm'`'
|
||||
|
||||
- name: Build freedv-gui using PortAudio
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue