chore: add markdownlint config, fix lint issues #1
docs.yml
on: push
check
/
Markdown Lint
8s
check
/
VitePress Build
17s
Annotations
11 errors and 2 warnings
|
check / Markdown Lint
Process completed with exit code 1.
|
|
Ordered list item prefix:
docs/api-reference.md#L702
docs/api-reference.md:702:1 MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 4; Style: 1/1/1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md029.md
|
|
Ordered list item prefix:
docs/api-reference.md#L697
docs/api-reference.md:697:1 MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 3; Style: 1/1/1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md029.md
|
|
Ordered list item prefix:
docs/api-reference.md#L689
docs/api-reference.md:689:1 MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md029.md
|
|
Fenced code blocks should have a language specified:
docs/api-reference.md#L566
docs/api-reference.md:566 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md040.md
|
|
Line length:
docs/api-reference.md#L379
docs/api-reference.md:379:141 MD013/line-length Line length [Expected: 140; Actual: 168] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
|
Multiple headings with the same content:
docs/api-reference.md#L346
docs/api-reference.md:346 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Methods"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md024.md
|
|
Multiple headings with the same content:
docs/api-reference.md#L147
docs/api-reference.md:147 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Methods"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md024.md
|
|
Multiple headings with the same content:
docs/api-reference.md#L125
docs/api-reference.md:125 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Methods"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md024.md
|
|
Multiple headings with the same content:
docs/api-reference.md#L76
docs/api-reference.md:76 MD024/no-duplicate-heading Multiple headings with the same content [Context: "#### Methods"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md024.md
|
|
Bare URL used:
CONTRIBUTING.md#L6
CONTRIBUTING.md:6:1 MD034/no-bare-urls Bare URL used [Context: "https://github.com/anolishq/"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md034.md
|
|
check / Markdown Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, davidanson/markdownlint-cli2-action@v16. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
check / VitePress Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|