Include MD files in spell checker

This commit is contained in:
Mike Farah
2025-12-20 19:06:21 +11:00
parent 034df5c91e
commit 3bbbfbf3b5
6 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
npx cspell --no-progress "**/*.{sh,go}"
npx cspell --no-progress "**/*.{sh,go,md}"