Skip to content

migrate to pnpm

migrate to pnpm #1

Triggered via push July 12, 2024 17:28
Status Failure
Total duration 27s
Artifacts

ci.yaml

on: push
lint-test
18s
lint-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
lint-test: .github/workflows/ci.yaml#L7
Strings must use singlequote
lint-test: .github/workflows/ci.yaml#L8
Strings must use singlequote
lint-test: .github/workflows/ci.yaml#L9
Strings must use singlequote
lint-test: .github/workflows/ci.yaml#L16
Strings must use singlequote
lint-test: .github/workflows/ci.yaml#L17
Strings must use singlequote
lint-test: .github/workflows/ci.yaml#L18
Strings must use singlequote
lint-test: .github/workflows/ci.yaml#L52
Must use plain style scalar
lint-test: .github/workflows/ci.yaml#L52
Strings must use singlequote
lint-test: .github/workflows/ci.yaml#L53
Must use plain style scalar
lint-test: .github/workflows/ci.yaml#L53
Strings must use singlequote
lint-test: src/html.ts#L24
The 'm' flag is unnecessary because the pattern does not contain start (^) or end ($) assertions
lint-test: src/html.ts#L32
The 'm' flag is unnecessary because the pattern does not contain start (^) or end ($) assertions
lint-test: src/regex.ts#L19
The 'g' flag is unnecessary because the regex is used only once in 'RegExp.prototype.test'
lint-test: src/regex.ts#L30
The 'g' flag is unnecessary because the regex is used only once in 'RegExp.prototype.test'
lint-test: src/string.ts#L13
The 'i' flag is unnecessary because the pattern only contains case-invariant characters
lint-test: src/string.ts#L91
The 'g' flag is unnecessary because the regex is used only once in 'RegExp.prototype.test'