Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .github/workflows/markdownLink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- master
- 'release/**'

name: Check links for modified files
name: Check modified markdown files
permissions:
contents: read

Expand All @@ -19,3 +19,19 @@ jobs:
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
config-file: .github/workflows/markdown-link/config.json
markdown-lint:
permissions:
contents: read
packages: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Markdown
uses: super-linter/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
FILTER_REGEX_INCLUDE: .*\.md
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

156 changes: 0 additions & 156 deletions test/common/markdown-link/markdown-link.tests.ps1

This file was deleted.

1 change: 0 additions & 1 deletion test/common/markdown-lint/.gitignore

This file was deleted.

60 changes: 0 additions & 60 deletions test/common/markdown-lint/gulpfile.js

This file was deleted.

100 changes: 0 additions & 100 deletions test/common/markdown-lint/markdown.tests.ps1

This file was deleted.

35 changes: 0 additions & 35 deletions test/common/markdown-lint/package.json

This file was deleted.

Loading