Fix workflow

This commit is contained in:
Unmesh Gundecha
2021-02-21 18:00:34 +08:00
parent c68d303aea
commit 0caed6e38e

View File

@@ -16,9 +16,11 @@ jobs:
files: README.md
config_file: ".markdownlint.json"
- name: Setup and run check list
- name: Node setup
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci && npm test
- name: Run Checklist
run: npm ci && npm test