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 57e338c commit fb2b99dCopy full SHA for fb2b99d
.github/workflows/build.yml
@@ -37,6 +37,18 @@ jobs:
37
files: docs
38
fail_on_error: true
39
40
+ - name: Lint md files
41
+ uses: DavidAnson/markdownlint-cli2-action@v16
42
+ with:
43
+ config: '.markdownlint.json'
44
+ globs: './docs/**/*.md'
45
+
46
+ - name: Lint mdx files
47
48
49
+ config: '.markdownlintx.json'
50
+ globs: './docs/**/*.mdx'
51
52
- name: Deploy to GitHub Pages
53
if: github.ref == 'refs/heads/master'
54
uses: peaceiris/actions-gh-pages@v3
0 commit comments