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