Skip to content

[pull] develop from marktext:develop #48

[pull] develop from marktext:develop

[pull] develop from marktext:develop #48

Triggered via pull request June 24, 2026 03:14
Status Success
Total duration 12h 13m 46s
Artifacts

muya-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4.4.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint: packages/muya/src/block/base/format.ts#L1090
The quantified expression ' +' at the end of the expression tree should only be matched a constant number of times. The expression can be replaced with ' ' (no quantifier) without affecting the lookaround
lint: packages/muya/src/block/base/format.ts#L1011
The quantified expression '\s+' at the end of the expression tree should only be matched a constant number of times. The expression can be replaced with '\s' (no quantifier) without affecting the lookaround
lint: packages/muya/src/block/base/format.ts#L59
The quantified expression ' +' at the end of the expression tree should only be matched a constant number of times. The expression can be replaced with ' ' (no quantifier) without affecting the lookaround
lint: packages/muya/src/block/base/format.ts#L59
The quantified expression '\s+' at the end of the expression tree should only be matched a constant number of times. The expression can be replaced with '\s' (no quantifier) without affecting the lookaround
lint: packages/muya/src/block/base/content.ts#L423
Method 'arrowHandler' has a complexity of 26. Maximum allowed is 20