14 lines
183 B
YAML
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
|