This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git

commit 59bee2220a0bb9c8619b6f1a9a819b2f5d1fc78a
Author: 琚致远 <[email protected]>
AuthorDate: Tue Dec 8 10:28:40 2020 +0800

    feat(CI): supoort markdown links checker
---
 .github/workflows/markdown-link-checker.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/workflows/markdown-link-checker.yml 
b/.github/workflows/markdown-link-checker.yml
new file mode 100644
index 0000000..c89a81e
--- /dev/null
+++ b/.github/workflows/markdown-link-checker.yml
@@ -0,0 +1,14 @@
+name: Check markdown links
+
+on: push
+
+jobs:
+  markdown-link-check:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@master
+    - uses: gaurav-nelson/github-action-markdown-link-check@v1
+      with:
+        use-quiet-mode: 'yes'
+        use-verbose-mode: 'yes'
+        check-modified-files-only: 'yes'

Reply via email to