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 d6c0093 commit 759804dCopy full SHA for 759804d
.github/workflows/link-check.yml
@@ -0,0 +1,14 @@
1
+# This is a basic workflow to help you get started with Actions
2
+
3
+on: [pull_request]
4
+name: Check links for modified files
5
+jobs:
6
+ markdown-link-check:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - uses: gaurav-nelson/github-action-markdown-link-check@v1
11
+ with:
12
+ use-quiet-mode: 'yes'
13
+ use-verbose-mode: 'yes'
14
+ check-modified-files-only: 'yes'
0 commit comments