mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Convert markdownlint library to an ECMAScript module, replace markdownlint-micromark with micromark, stop publishing (large) markdownlint-browser.js, see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for guidance.
This commit is contained in:
parent
191226f070
commit
1e71f6f44e
140 changed files with 1087 additions and 10428 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -30,11 +30,3 @@ jobs:
|
|||
run: npm install --no-package-lock
|
||||
- name: Run CI Tests
|
||||
run: npm run ci
|
||||
- name: Install markdownlint-micromark Dependencies
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue