Add missing "npm install" to CI workflow for new "Build markdownlint-micromark" scenario.

This commit is contained in:
David Anson 2023-02-08 20:56:46 -08:00
parent c15262a0f5
commit a87f40efd8

View file

@ -31,5 +31,7 @@ jobs:
run: npm install --no-package-lock
- name: Run CI Tests
run: npm run ci
- name: Install markdownlint-micromark Dependencies
run: cd micromark && npm install --no-package-lock
- name: Build markdownlint-micromark
run: npm run build-micromark