1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

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` - name: Run `cspell`
shell: bash shell: bash
run: | 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