commit cc99d791bde2ea24885ece01e31220a4f728e08d
parent 09fdb667ee73a1d26e346a75f996e6968ffc0590
Author: David Eisinger <[email protected]>
Date: Mon, 18 Nov 2024 14:21:09 -0500
check spelling in CI
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml
@@ -1,6 +1,7 @@
image: ubuntu/24.04
packages:
- imagemagick
+ - npm
- rsync
- ruby
sources:
@@ -19,6 +20,8 @@ tasks:
sudo apt install -y ./hugo_extended_0.122.0_linux-amd64.deb
sudo gem install bundler
echo 'cd davideisinger.com' >> ~/.buildenv
+ - spelling: |
+ npx cspell "content/**/*.md"
- dither: |
cd bin/dither
sudo bundle install