From db721ace5f99c9ae9e8158ec0a8757fff169b98b Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Sat, 13 May 2023 15:22:20 +0800 Subject: [PATCH] fix: markfown lint test cicd actions deplpy Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- .github/workflows/.mlc_config.json | 10 ++++++++++ .github/workflows/markdown.yml | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .github/workflows/.mlc_config.json diff --git a/.github/workflows/.mlc_config.json b/.github/workflows/.mlc_config.json new file mode 100644 index 000000000..37f6b0516 --- /dev/null +++ b/.github/workflows/.mlc_config.json @@ -0,0 +1,10 @@ +{ + "ignorePatterns": [ + { + "pattern": "^http://127.0.0.1" + }, + { + "pattern": "^http://localhost" + } + ] +} \ No newline at end of file diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 6158a9438..05cb6e8db 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -3,6 +3,8 @@ name: Markdown-related check on: pull_request: branches: "*" + push: + branches: "*" jobs: markdown-related-check: