This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new e5916cf fix: markdownlint issue (#3381)
e5916cf is described below
commit e5916cf541281e7fe756dd2e393bd6dcf702c220
Author: Shuyang Wu <[email protected]>
AuthorDate: Thu Jan 21 16:03:30 2021 +0800
fix: markdownlint issue (#3381)
remove unnecessary ignore path in markdownlint
Signed-off-by: yiyiyimu <[email protected]>
---
.github/workflows/lint.yml | 2 +-
README_CN.md | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b5ec48b..5218be9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
with:
node-version: '12.x'
- run: npm install -g [email protected]
- - run: markdownlint '**/*.md' --ignore node_modules
+ - run: markdownlint '**/*.md'
yamllint:
name: 🍺 YAML
runs-on: ubuntu-latest
diff --git a/README_CN.md b/README_CN.md
index d732044..9407d85 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -287,7 +287,6 @@ CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10,
macOS, **ARM64** Ubun
性能对比测试[详细内容如下](https://gist.github.com/membphis/137db97a4bf64d3653aa42f3e016bd01)。
-
### 贡献者变化
