mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Switch to using npm version of markdownlint-micromark package and browser script.
This commit is contained in:
parent
8e66b8f926
commit
c15262a0f5
10 changed files with 32 additions and 4159 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -29,5 +29,7 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install Dependencies
|
||||
run: npm install --no-package-lock
|
||||
- name: Run All Validations
|
||||
- name: Run CI Tests
|
||||
run: npm run ci
|
||||
- name: Build markdownlint-micromark
|
||||
run: npm run build-micromark
|
||||
|
|
|
|||
2
.github/workflows/test-repos.yml
vendored
2
.github/workflows/test-repos.yml
vendored
|
|
@ -25,8 +25,6 @@ jobs:
|
|||
run: npm install --no-package-lock
|
||||
- name: Clone Test Repos
|
||||
run: npm run clone-test-repos
|
||||
- name: Build markdownlint-micromark
|
||||
run: npm run build-micromark
|
||||
- name: Lint Test Repos
|
||||
run: npm run lint-test-repos
|
||||
- name: Run Extra Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue