Skip to content

Fix Issue #4946 Basic folder upload for sftp electron. #6791

Fix Issue #4946 Basic folder upload for sftp electron.

Fix Issue #4946 Basic folder upload for sftp electron. #6791

Triggered via pull request August 23, 2024 03:32
Status Failure
Total duration 2m 31s
Artifacts

build.yml

on: pull_request
Matrix: Linux-Build
Matrix: macOS-Build
Matrix: Windows-Build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: tabby-core/src/api/platform.ts#L93
Missing space before function parentheses
Lint: tabby-core/src/api/platform.ts#L97
Missing return type on function
Lint: tabby-core/src/api/platform.ts#L101
Missing return type on function
Lint: tabby-core/src/api/platform.ts#L105
Missing return type on function
Lint: tabby-core/src/directives/dropZone.directive.ts#L32
Expected indentation of 12 spaces but found 16
Lint: tabby-electron/src/services/platform.service.ts#L57
'file' is never reassigned. Use 'const' instead
Lint: tabby-electron/src/services/platform.service.ts#L251
'root' is never reassigned. Use 'const' instead
Lint: tabby-electron/src/services/platform.service.ts#L252
A space is required after ','
Lint: tabby-ssh/src/components/sftpPanel.component.ts#L197
A space is required after ','
Lint: tabby-web/src/platform.ts#L138
'paths' is defined but never used. Allowed unused args must match /^_/u
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3.7.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/