You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/12/08 02:28:51 UTC

[apisix-dashboard] branch juzhiyuan-patch-1 created (now 59bee22)

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

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


      at 59bee22  feat(CI): supoort markdown links checker

This branch includes the following new commits:

     new 59bee22  feat(CI): supoort markdown links checker

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-dashboard] 01/01: feat(CI): supoort markdown links checker

Posted by ju...@apache.org.
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: 琚致远 <ju...@apache.org>
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'