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 8654994 commit 088e646Copy full SHA for 088e646
.github/workflows/lint_links.yml
@@ -23,3 +23,4 @@ jobs:
23
- uses: gaurav-nelson/github-action-markdown-link-check@v1
24
with:
25
use-quiet-mode: "yes"
26
+ check-modified-files-only: ${{ (github.event_name == 'pull_request' && 'yes') || 'no' }}
0 commit comments