Update CI workflow to test with locally-built markdownlint-micromark package.

This commit is contained in:
David Anson 2023-05-19 20:41:22 -07:00
parent 250a7cb712
commit 81ba8f6f54
2 changed files with 8 additions and 3 deletions

View file

@ -31,6 +31,10 @@ jobs:
- name: Run CI Tests
run: npm run ci
- name: Install markdownlint-micromark Dependencies
run: cd micromark && npm install --no-package-lock
run: npm run install-micromark
- name: Build markdownlint-micromark
run: npm run build-micromark
- name: Install local markdownlint-micromark
run: npm install --no-package-lock ./micromark
- name: Test with local markdownlint-micromark
run: npm test