maint/CICD ~ cspell-check all repository files

This commit is contained in:
Roy Ivy III 2021-05-30 22:19:03 -05:00
parent ec982bb695
commit c392cd1cb4

View file

@ -630,4 +630,4 @@ jobs:
- name: Run `cspell`
shell: bash
run: |
cspell --config .vscode/cSpell.json --no-summary --no-progress $( git ls-files | grep "\.\(rs\|md\)" ) | sed "s/\(.*\):\(.*\):\(.*\) - \(.*\)/::warning file=\1,line=\2,col=\3::cspell: \4/" || true
cspell --config .vscode/cSpell.json --no-summary --no-progress **/* | sed "s/\(.*\):\(.*\):\(.*\) - \(.*\)/::warning file=\1,line=\2,col=\3::cspell: \4/" || true