check spelling in CI

This commit is contained in:
David Eisinger
2024-11-18 14:21:09 -05:00
parent 09fdb667ee
commit cc99d791bd

View File

@@ -1,6 +1,7 @@
image: ubuntu/24.04 image: ubuntu/24.04
packages: packages:
- imagemagick - imagemagick
- npm
- rsync - rsync
- ruby - ruby
sources: sources:
@@ -19,6 +20,8 @@ tasks:
sudo apt install -y ./hugo_extended_0.122.0_linux-amd64.deb sudo apt install -y ./hugo_extended_0.122.0_linux-amd64.deb
sudo gem install bundler sudo gem install bundler
echo 'cd davideisinger.com' >> ~/.buildenv echo 'cd davideisinger.com' >> ~/.buildenv
- spelling: |
npx cspell "content/**/*.md"
- dither: | - dither: |
cd bin/dither cd bin/dither
sudo bundle install sudo bundle install