Merge pull request #394 from cubxxw/test/markdown

pull/397/head
Xinwei Xiong 2 years ago committed by GitHub
commit e367fbc96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,10 @@
{
"ignorePatterns": [
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^http://localhost"
}
]
}

@ -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:

@ -189,4 +189,4 @@ Thank you!
## License ## License
Open-IM-Server is under the Apache 2.0 license. See the [LICENSE](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/LICENSE) file for details Open-IM-Server is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details

Loading…
Cancel
Save