set timeout on spellcheck

This commit is contained in:
David Eisinger
2025-04-07 14:50:59 -04:00
parent 36a728611d
commit 8177015d31

View File

@@ -26,8 +26,7 @@ tasks:
# Spellcheck Markdown files # Spellcheck Markdown files
- spelling: | - spelling: |
NPM_CONFIG_LOGLEVEL=verbose npm install --save-dev --omit=optional cspell timeout 30s npx cspell "content/**/*.md" || [ $? -eq 124 ]
npx cspell "content/**/*.md"
# Diff RSS template against Hugo default, make sure only differences are intentional # Diff RSS template against Hugo default, make sure only differences are intentional
- rss: | - rss: |