Skip to content

Commit 1ddafcf

Browse files
authored
ci: switch to utils check (#17122)
1 parent ee6b77c commit 1ddafcf

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/check-md-links.yml renamed to .github/workflows/ci-check-md-links.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ on:
1313
- "**/*.md"
1414

1515
jobs:
16-
markdown-link-check:
17-
runs-on: ubuntu-20.04
18-
steps:
19-
- uses: actions/checkout@master
20-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
21-
with:
22-
use-quiet-mode: 'yes'
23-
config-file: '.github/workflows/markdown.links.config.json'
16+
check-md-links:
17+
uses: Lightning-AI/utilities/.github/workflows/[email protected]
18+
with:
19+
config-file: ".github/workflows/markdown.links.config.json"

0 commit comments

Comments
 (0)