maint/CICD ~ cspell-check all repository files

This commit is contained in:
Roy Ivy III
2021-05-31 08:23:58 -05:00
parent ec982bb695
commit c392cd1cb4
+1 -1
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