--- when: event: push steps: spell-check: name: Spell-Checker image: node commands: - npm i markdown-spellcheck -g - mdspell "src/content/**/*.md" -n -r