Skip to content

feat: update studio command to use hosted instance #2764

feat: update studio command to use hosted instance

feat: update studio command to use hosted instance #2764

Triggered via pull request January 19, 2024 10:26
Status Failure
Total duration 2m 21s
Artifacts

if-nodejs-pr-testing.yml

on: pull_request
Matrix: test-nodejs-pr
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
Test NodeJS PR - ubuntu-latest: src/commands/new/file.ts#L5
'startStudio' is defined but never used
Test NodeJS PR - ubuntu-latest: src/commands/start/studio.ts#L3
'startStudio' is defined but never used
Test NodeJS PR - ubuntu-latest: src/commands/start/studio.ts#L20
'port' is assigned a value but never used
Test NodeJS PR - ubuntu-latest: src/models/Studio.ts#L9
Missing semicolon
Test NodeJS PR - ubuntu-latest: src/models/Studio.ts#L27
Block must not be padded by blank lines
Test NodeJS PR - ubuntu-latest: src/models/Studio.ts#L30
Unexpected var, use let or const instead
Test NodeJS PR - ubuntu-latest: src/models/Studio.ts#L31
Unexpected var, use let or const instead
Test NodeJS PR - ubuntu-latest: src/models/Studio.ts#L33
Expected indentation of 6 spaces but found 8
Test NodeJS PR - macos-latest
The job was canceled because "ubuntu-latest" failed.
Test NodeJS PR - macos-latest
The operation was canceled.
Test NodeJS PR - ubuntu-latest: src/models/Studio.ts#L22
Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed