We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c0093 commit e6d42f1Copy full SHA for e6d42f1
.github/workflows/action.yml
@@ -0,0 +1,10 @@
1
+name: Check links
2
+
3
+on: push
4
5
+jobs:
6
+ markdown-link-check:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@master
10
+ - uses: gaurav-nelson/github-action-markdown-link-check@v1
.github/workflows/link-check.yml
@@ -0,0 +1,14 @@
+# This is a basic workflow to help you get started with Actions
+on: [pull_request]
+name: Check links for modified files
11
+ with:
12
+ use-quiet-mode: 'yes'
13
+ use-verbose-mode: 'yes'
14
+ check-modified-files-only: 'yes'
0 commit comments