Skip to content

Commit b1a95d5

Browse files
committed
Fix CI.
1 parent b9205c7 commit b1a95d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: node ./.github/readme-generate.js
2424
# Lint issues first. (Without node_modules)
2525
- name: Lint markdown files
26-
run: mdl . -r ~MD036,~MD024,~MD004,~MD029,~MD013
26+
run: mdl . -r ~MD036,~MD024,~MD004,~MD029,~MD007
2727
- run: pip install -r requirements.txt
2828
- run: mkdocs build --strict
2929
# Do textlint fix.

0 commit comments

Comments
 (0)