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 774420e commit 2934ef7Copy full SHA for 2934ef7
.github/workflows/ci.yml
@@ -8,18 +8,17 @@ jobs:
8
markdown-lint:
9
runs-on: ubuntu-latest
10
steps:
11
+ - uses: actions/checkout@v2
12
- uses: actions/setup-node@v2
13
with:
14
node-version: '16'
15
cache: 'npm'
- - uses: actions/checkout@v2
16
- name: Install packages
17
run: sudo gem install mdl
18
- name: Lint markdown files
19
run: mdl . -r ~MD036,~MD024,~MD004,~MD029
20
- run: pip install -r requirements.txt
21
- run: mkdocs build --strict
22
- - run: npm install
23
- run: node .github/manual_lint.js
24
# Suppress 036 Emphasis used instead of a header
25
# Suppress 024 Multiple headers with the same content
0 commit comments