We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb31283 commit b401b31Copy full SHA for b401b31
.github/workflows/link-check.yml
@@ -1,14 +1,10 @@
1
name: Check Markdown links
2
-on:
3
- pull_request:
4
- paths:
5
- - "**.md"
6
- - "!.github/**"
+on: pull_request
7
jobs:
8
markdown-link-check:
9
runs-on: ubuntu-latest
10
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"
+ - uses: actions/checkout@v3
+ - uses: gaurav-nelson/github-action-markdown-link-check@v1
+ with:
+ config-file: '.github/workflows/link-check-config.json'
0 commit comments