Added tests

This commit is contained in:
Unmesh Gundecha
2021-02-21 12:06:03 +08:00
parent c9e1449683
commit 31d5a66084
6 changed files with 864 additions and 1 deletions

View File

@@ -9,8 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: markdown syntax
- name: markdown lit
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: README.md
config_file: ".markdownlint.json"
- name: tests
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm test