Allow custom command to be excecuted for LSP, and run it by shell #1932
main.yml
on: pull_request
build
47s
eslint
18s
markdownlint-cli
27s
lintr
1m 1s
devreplay
14s
Matrix: test
Annotations
7 errors and 3 warnings
test (ubuntu-latest):
src/languageService.ts#L86
Argument of type '{ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string; (value: any, replacer?: (string | number)[] | null | undefined, space?: string | ... 1 more ... | undefined): string; }' is not assignable to parameter of type '(value: string, index: number, array: string[]) => string'.
|
test (ubuntu-latest)
The process '/usr/bin/xvfb-run' failed 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.
|
build
yarn failed with exit code 1
|
test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
eslint:
src/helpViewer/cran.ts#L59
'parseCranJson' is defined but never used
|
eslint:
src/helpViewer/cran.ts#L87
Expected { after 'if' condition
|