We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6565db commit 849a9e2Copy full SHA for 849a9e2
.github/workflows/ci.yaml
@@ -96,6 +96,7 @@ jobs:
96
- if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
97
uses: gaurav-nelson/github-action-markdown-link-check@v1
98
name: Check for dead links (main)
99
+ timeout-minutes: 1
100
with:
101
use-quiet-mode: yes
102
use-verbose-mode: yes
@@ -104,6 +105,7 @@ jobs:
104
105
- if: github.ref != 'refs/heads/main' || github.event.pull_request.head.repo.fork
106
107
name: Check for dead links (pull request)
108
109
110
111
0 commit comments