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 63434c5 commit a106ec1Copy full SHA for a106ec1
1 file changed
.github/workflows/lint.yaml
@@ -27,6 +27,9 @@ jobs:
27
with:
28
version: latest
29
30
+ - name: Install remark-mdx globally
31
+ run: pnpm add -g remark-mdx
32
+
33
- name: remark-lint
34
uses: reviewdog/action-remark-lint@v5
35
0 commit comments