Disable spellcheck

This commit is contained in:
David Eisinger
2025-04-07 15:19:10 -04:00
parent 8177015d31
commit 055c0b04b7

View File

@@ -1,7 +1,7 @@
image: ubuntu/24.04 image: ubuntu/24.04
packages: packages:
- imagemagick - imagemagick
- npm # - npm
- rsync - rsync
- ruby - ruby
sources: sources:
@@ -25,8 +25,8 @@ tasks:
echo 'cd davideisinger.com' >> ~/.buildenv echo 'cd davideisinger.com' >> ~/.buildenv
# Spellcheck Markdown files # Spellcheck Markdown files
- spelling: | # - spelling: |
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: |