mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-22 04:39:19 +08:00
fix: markfown lint test cicd actions deplpy
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
01fedcf83f
commit
db721ace5f
10
.github/workflows/.mlc_config.json
vendored
Normal file
10
.github/workflows/.mlc_config.json
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"ignorePatterns": [
|
||||||
|
{
|
||||||
|
"pattern": "^http://127.0.0.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^http://localhost"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
2
.github/workflows/markdown.yml
vendored
2
.github/workflows/markdown.yml
vendored
@ -3,6 +3,8 @@ name: Markdown-related check
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: "*"
|
branches: "*"
|
||||||
|
push:
|
||||||
|
branches: "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
markdown-related-check:
|
markdown-related-check:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user