Skip to content

Commit 604aff4

Browse files
authored
Limit to checking certain files for md lint
1 parent c8dc21a commit 604aff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ jobs:
88
steps:
99
- uses: actions/checkout@main
1010
- uses: gaurav-nelson/github-action-markdown-link-check@v1
11+
with:
12+
file-path: './README.md, ./LICENSE'

0 commit comments

Comments
 (0)