We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9205c7 commit b1a95d5Copy full SHA for b1a95d5
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: node ./.github/readme-generate.js
24
# Lint issues first. (Without node_modules)
25
- name: Lint markdown files
26
- run: mdl . -r ~MD036,~MD024,~MD004,~MD029,~MD013
+ run: mdl . -r ~MD036,~MD024,~MD004,~MD029,~MD007
27
- run: pip install -r requirements.txt
28
- run: mkdocs build --strict
29
# Do textlint fix.
0 commit comments