set timeout on spellcheck
This commit is contained in:
@@ -26,8 +26,7 @@ tasks:
|
||||
|
||||
# Spellcheck Markdown files
|
||||
- spelling: |
|
||||
NPM_CONFIG_LOGLEVEL=verbose npm install --save-dev --omit=optional cspell
|
||||
npx cspell "content/**/*.md"
|
||||
timeout 30s npx cspell "content/**/*.md" || [ $? -eq 124 ]
|
||||
|
||||
# Diff RSS template against Hugo default, make sure only differences are intentional
|
||||
- rss: |
|
||||
|
||||
Reference in New Issue
Block a user