Init a NPM project

This commit is contained in:
2024-02-25 13:20:36 +01:00
parent 6a4087e8cf
commit e46fbe2afa
7 changed files with 3247 additions and 6 deletions

View File

@@ -9,5 +9,5 @@ steps:
name: Run the spellchecker
image: node
commands:
- npm i markdown-spellcheck -g
- mdspell "*.md" -n -r
- npm install
- npm run test