This commit is contained in:
David Anson 2025-07-06 05:54:44 +00:00
parent 33c8f8c4db
commit 37a935ad2f
2 changed files with 4 additions and 2 deletions

View file

@ -22,6 +22,8 @@ jobs:
- run: git config user.name "David Anson"
- run: git checkout -b update-test-repos-$GITHUB_RUN_ID
- run: npm install
# REMOVE NEXT LINE
- run: node scripts/index.mjs delete test/markdownlint-test-repos-dotnet-docs.mjs test/markdownlint-test-repos-mdn-content.mjs
- run: npm run update-test-repos
continue-on-error: true
- run: exit 0