From 3f79ebfbf7f68176ce7e0a1a00edbe5154281481 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 21 Feb 2021 13:50:15 +0100 Subject: [PATCH] ci: enable spellchecking for frontmatter titles --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ab4e03d..1682ad6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -159,7 +159,7 @@ steps: image: node:lts-alpine commands: - npm install -g spellchecker-cli - - spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --no-suggestions + - spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions environment: FORCE_COLOR: true NPM_CONFIG_LOGLEVEL: error