Skip to content

Add saving/loading from Ace editor #8

Add saving/loading from Ace editor

Add saving/loading from Ace editor #8

Triggered via push July 10, 2024 01:53
Status Failure
Total duration 1m 43s
Artifacts

test.yml

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

Annotations

10 errors and 1 warning
test (ubuntu-latest): src/main/MainApp.ts#L52
Rest parameter 'args' implicitly has an 'any[]' type.
test (ubuntu-latest): src/main/MainApp.ts#L53
A spread argument must either have a tuple type or be passed to a rest parameter.
test (ubuntu-latest): src/main/MainApp.ts#L83
Argument of type 'string | null' is not assignable to parameter of type 'PathOrFileDescriptor'.
test (ubuntu-latest): src/main/MainApp.ts#L109
No overload matches this call.
test (ubuntu-latest): src/main/MainApp.ts#L148
No overload matches this call.
test (ubuntu-latest)
Process completed with exit code 2.
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 (ubuntu-latest)
The following actions uses Node.js version which is deprecated 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/