mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
chore: use large repo clone in normal CI (#290)
This commit is contained in:
parent
306687127a
commit
0ec2fe83fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-repos.yml
vendored
2
.github/workflows/test-repos.yml
vendored
|
@ -23,6 +23,6 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: npm install --no-package-lock
|
||||
- name: Clone Test Repos
|
||||
run: npm run clone-test-repos
|
||||
run: npm run clone-test-repos-large
|
||||
- name: Lint Test Repos
|
||||
run: npm run lint-test-repos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue