From d60063bc51d42894e653d3db2f75f6e17700cdf1 Mon Sep 17 00:00:00 2001 From: Jesse Schmidt Date: Tue, 4 Jun 2024 10:46:37 -0700 Subject: [PATCH] fix action --- .github/workflows/readme-check-links.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/readme-check-links.yml b/.github/workflows/readme-check-links.yml index d2fb5a4..5237359 100644 --- a/.github/workflows/readme-check-links.yml +++ b/.github/workflows/readme-check-links.yml @@ -10,5 +10,9 @@ jobs: - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: yes - file-path: './**/*.md, ./LICENSE, ./**/*.go' + file-extension: .md + - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + use-quiet-mode: yes + file-extension: .go \ No newline at end of file