Skip to content

ci: the os matrix value should be an array #97

ci: the os matrix value should be an array

ci: the os matrix value should be an array #97

Triggered via push October 3, 2025 10:02
Status Failure
Total duration 52s
Artifacts

module.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (ubuntu-latest, 22): src/app/src/utils/monaco/theme-dark.ts#L5
Strings must use singlequote
build (ubuntu-latest, 22): src/app/src/utils/monaco/theme-dark.ts#L5
Strings must use singlequote
build (ubuntu-latest, 22): src/app/src/utils/monaco/theme-dark.ts#L5
Properties shouldn't be quoted as all quotes are redundant
build (ubuntu-latest, 22): src/app/src/utils/database.ts#L24
Missing trailing comma
build (ubuntu-latest, 22): src/app/src/utils/database.ts#L24
Multiple spaces found before 'document2'
build (ubuntu-latest, 22): src/app/src/utils/database.ts#L21
Missing trailing comma
build (ubuntu-latest, 22): src/app/src/utils/database.ts#L21
Multiple spaces found before 'document1'
build (ubuntu-latest, 22): src/app/src/utils/database.ts#L5
All imports in the declaration are only used as types. Use `import type`
build (ubuntu-latest, 22): src/app/src/utils/database.ts#L4
All imports in the declaration are only used as types. Use `import type`
build (ubuntu-latest, 22): src/app/src/components/shared/item/ItemCard.vue#L2
'TreeStatus' is defined but never used. Allowed unused vars must match /^_/u