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 e004103 commit cca5754Copy full SHA for cca5754
.github/workflows/lint.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-node@v4
14
with:
15
node-version: 22
16
+ cache: 'pnpm'
17
- name: Install deps
18
run: pnpm install
19
- name: Run textlint
package.json
@@ -6,7 +6,7 @@
6
"docs": "vitepress dev",
7
"build-docs": "vitepress build",
8
"serve-docs": "vitepress serve",
9
- "lint": "textlint --format pretty-error **/*.md"
+ "lint": "textlint --format pretty-error \"**/*.md\""
10
},
11
"devDependencies": {
12
"@shikijs/vitepress-twoslash": "^3.9.2",
0 commit comments