Include audio folder in spellcheck.

pull/216/head
Mooneer Salem 2022-03-01 18:55:18 -08:00
parent 97dc37f1a0
commit 90aa2d2113
1 changed files with 1 additions and 1 deletions

View File

@ -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