Skip to content

fix(storage): keep GORDON_DIR a pure path and ensure the dir at write… #17

fix(storage): keep GORDON_DIR a pure path and ensure the dir at write…

fix(storage): keep GORDON_DIR a pure path and ensure the dir at write… #17

Triggered via push July 24, 2026 19:57
Status Success
Total duration 1m 6s
Artifacts

lint.yml

on: push
Biome (format + lint)
1m 3s
Biome (format + lint)
AI-slop ratchet (slop-scan)
0s
AI-slop ratchet (slop-scan)
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 11 warnings, and 10 notices
lint/suspicious/noAssignInExpressions: .site-index.js#L1
The assignment should not be in an expression.
lint/suspicious/noDoubleEquals: .site-index.js#L9
Using != may be unsafe if you are relying on type coercion.
lint/suspicious/noDoubleEquals: .site-index.js#L1
Using != may be unsafe if you are relying on type coercion.
lint/suspicious/noAssignInExpressions: .site-index.js#L9
The assignment should not be in an expression.
lint/suspicious/noDoubleEquals: .site-index.js#L9
Using != may be unsafe if you are relying on type coercion.
lint/suspicious/noAssignInExpressions: .site-index.js#L9
The assignment should not be in an expression.
lint/suspicious/noAssignInExpressions: .site-index.js#L9
The assignment should not be in an expression.
lint/suspicious/noAssignInExpressions: .site-index.js#L1
The assignment should not be in an expression.
format: .mcp.json#L1
File content differs from formatting output
format: .gitleaks-baseline.json#L1
File content differs from formatting output
Biome (format + 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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint/complexity/useOptionalChain: scripts/npm/check-npm-wrapper.cjs#L40
Change to an optional chain.
lint/complexity/useOptionalChain: scripts/npm/check-npm-wrapper.cjs#L44
Change to an optional chain.
lint/complexity/useOptionalChain: scripts/npm/audit-npm-pack.cjs#L90
Change to an optional chain.
lint/complexity/useOptionalChain: npm/bin/gordon.cjs#L37
Change to an optional chain.
lint/complexity/noCommaOperator: .site-index.js#L9
The comma operator is disallowed.
lint/complexity/noCommaOperator: .site-index.js#L9
The comma operator is disallowed.
lint/complexity/noCommaOperator: .site-index.js#L1
The comma operator is disallowed.
lint/complexity/noCommaOperator: .site-index.js#L9
The comma operator is disallowed.
lint/complexity/noCommaOperator: .site-index.js#L9
The comma operator is disallowed.
lint/style/useTemplate: scripts/dev/checks/audit-risk-tree.cjs#L92
Template literals are preferred over string concatenation.
lint/style/useNodejsImportProtocol: scripts/build/prepare-public-dist.cjs#L2
A Node.js builtin module should be imported with the node: protocol.
lint/style/useNodejsImportProtocol: scripts/build/prepare-public-dist.cjs#L1
A Node.js builtin module should be imported with the node: protocol.
lint/style/useNodejsImportProtocol: npm/bin/gordon.cjs#L11
A Node.js builtin module should be imported with the node: protocol.
lint/style/useNodejsImportProtocol: npm/bin/gordon.cjs#L12
A Node.js builtin module should be imported with the node: protocol.
lint/style/useNodejsImportProtocol: npm/bin/gordon.cjs#L13
A Node.js builtin module should be imported with the node: protocol.
lint/style/useNodejsImportProtocol: npm/bin/gordon.cjs#L23
A Node.js builtin module should be imported with the node: protocol.
deserialize: biome.json#L2
The configuration schema version does not match the CLI version 2.5.5
deserialize: biome.json#L33
The use of the recommended field has been deprecated, and will removed in the next major version of Biome. Use preset instead.
lint/style/useTemplate: .site-index.js#L9
Template literals are preferred over string concatenation.