doc/markdownlint-rules-grav-pages/.travis.yml
2024-03-02 04:33:13 +01:00

9 lines
103 B
YAML

language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
script:
- npm run lint
- npm run test