--- when: event: push branch: exclude: - main steps: spellcheck: name: Run the spellchecker image: node commands: - npm install - npm run test