chore(workflows): clean up spell check output

This commit is contained in:
Dan Brodjieski
2025-09-15 13:52:11 -04:00
parent 4b9f51f5e4
commit a2ab77daa3

View File

@@ -24,4 +24,4 @@ jobs:
run: npm install -g cspell@latest
- name: Check spelling
run: npx cspell --config ./cspell.json "./rules/**"
run: npx cspell --no-progress --no-summary --config ./cspell.json "./rules/**"