Skip to content

Implement set-text instead at the moment #189

Implement set-text instead at the moment

Implement set-text instead at the moment #189

Triggered via push September 10, 2024 06:12
Status Failure
Total duration 33s
Artifacts

test.yml

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

Annotations

10 errors and 1 warning
Node.js 20 on ubuntu-latest: src/extension.ts#L11
`./set-text` import should occur after import of `svgo`
Node.js 20 on ubuntu-latest: src/extension.ts#L11
Missing file extension "ts" for "./set-text"
Node.js 20 on ubuntu-latest: src/extension.ts#L11
require file extension '.js'.
Node.js 20 on ubuntu-latest: src/extension.ts#L17
Missing trailing comma.
Node.js 20 on ubuntu-latest: src/extension.ts#L58
Unsafe spread of an `any` value in an array.
Node.js 20 on ubuntu-latest: src/extension.ts#L59
Unsafe assignment of type `any[]` to a variable of type `PluginConfig[]`.
Node.js 20 on ubuntu-latest: src/set-text.ts#L4
Missing trailing comma.
Node.js 20 on ubuntu-latest: src/set-text.ts#L7
Unexpected default export of anonymous function
Node.js 20 on ubuntu-latest: src/set-text.ts#L7
The function should be named.
Node.js 20 on ubuntu-latest: src/set-text.ts#L7
Missing space before function parentheses.
Node.js 20 on ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/