mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add missing "npm install" to CI workflow for new "Build markdownlint-micromark" scenario.
This commit is contained in:
parent
c15262a0f5
commit
a87f40efd8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue