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 a2ad8cd commit 3e901d3Copy full SHA for 3e901d3
.github/workflows/housekeeping.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-node@v6
19
name: Setup node
20
with:
21
- node-version: "22"
+ node-version: "24"
22
- run: npm install -g markdownlint-cli2
23
name: Install markdownlint-cli2
24
- run: markdownlint-cli2 --config ".markdownlint-cli2.jsonc" "**/*.md"
@@ -30,6 +30,6 @@ jobs:
30
31
name: Run spell check
32
33
34
- run: npm install -g cspell
35
- run: cspell --config ./cSpell.json --no-progress "**/*.md"
0 commit comments