[WiP] Selecting multiple files for deleting on left menu #695
general.yaml
on: pull_request
Matrix: test
Matrix: build
Matrix: release
Annotations
15 errors and 1 warning
test (ubuntu-latest):
client/components/Application/Browser.tsx#L37
Type '(path?: string | undefined) => Promise<void>' is not assignable to type '(path?: string[] | undefined) => void'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/AddEmptyFolder.tsx#L12
Type 'string | string[] | undefined' is not assignable to type 'string | undefined'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/CopyFile.tsx#L13
Type 'string[]' is not assignable to type 'string'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/CopyFile.tsx#L21
Argument of type 'string[]' is not assignable to parameter of type 'string'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/CopyFolder.tsx#L13
Type 'string[]' is not assignable to type 'string'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/CopyFolder.tsx#L21
Argument of type 'string[]' is not assignable to parameter of type 'string'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/DeleteFile.tsx#L18
Argument of type 'string[]' is not assignable to parameter of type 'string'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/DeleteFolder.tsx#L18
Argument of type 'string[]' is not assignable to parameter of type 'string'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/MoveFile.tsx#L13
Type 'string[]' is not assignable to type 'string'.
|
test (ubuntu-latest):
client/components/Application/Dialogs/MoveFile.tsx#L21
Argument of type 'string[]' is not assignable to parameter of type 'string'.
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
test (macos-latest)
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|