Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b401b31

Browse files
committedJun 9, 2023
refactor: removed linkcheck changes in this PR
1 parent eb31283 commit b401b31

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
 

‎.github/workflows/link-check.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Check Markdown links
2-
on:
3-
pull_request:
4-
paths:
5-
- "**.md"
6-
- "!.github/**"
2+
on: pull_request
73
jobs:
84
markdown-link-check:
95
runs-on: ubuntu-latest
106
steps:
11-
- uses: actions/checkout@v3
12-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
13-
with:
14-
config-file: ".github/workflows/link-check-config.json"
7+
- uses: actions/checkout@v3
8+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
9+
with:
10+
config-file: '.github/workflows/link-check-config.json'

0 commit comments

Comments
 (0)
Please sign in to comment.