From 2417cf714951cc88e23f1c830bc4e5f3813c8beb Mon Sep 17 00:00:00 2001 From: socar-dini <0327jane@gmail.com> Date: Fri, 1 Sep 2023 15:05:50 +0900 Subject: [PATCH] fix: check modified files only --- .github/workflows/check-markdown-links.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml index 822ce0666f7e0..832b57111d150 100644 --- a/.github/workflows/check-markdown-links.yml +++ b/.github/workflows/check-markdown-links.yml @@ -9,4 +9,5 @@ jobs: - uses: actions/checkout@master - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - use-quiet-mode: 'yes' \ No newline at end of file + use-quiet-mode: 'yes' + check-modified-files-only: 'yes' \ No newline at end of file