Skip to content

Commit

Permalink
fix: check modified files only
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Sep 1, 2023
1 parent b7ef68c commit 2417cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jobs:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-quiet-mode: 'yes'
check-modified-files-only: 'yes'

0 comments on commit 2417cf7

Please sign in to comment.