cv/.woodpecker/spellcheck.yaml
Nikolai Rodionov e46fbe2afa
All checks were successful
ci/woodpecker/push/spellcheck Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
Init a NPM project
2024-02-25 13:20:36 +01:00

14 lines
183 B
YAML

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