Skip to content

Commit 22a813e

Browse files
authored
Switch to GitHub Action for linting markdown (#19899) (#20309)
1 parent 1fcbc76 commit 22a813e

File tree

7 files changed

+4
-2732
lines changed

7 files changed

+4
-2732
lines changed

.github/workflows/markdownLink.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
paths:
77
- '**.md'
88

9-
name: Check links for modified files
9+
name: Check modified markdown files
10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
markdown-link-check:
1215
runs-on: ubuntu-latest

test/common/markdown/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/common/markdown/gulpfile.js

Lines changed: 0 additions & 60 deletions
This file was deleted.

test/common/markdown/markdown-link.tests.ps1

Lines changed: 0 additions & 145 deletions
This file was deleted.

test/common/markdown/markdown.tests.ps1

Lines changed: 0 additions & 100 deletions
This file was deleted.

test/common/markdown/package.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)