Skip to content

feat: ps supports json format #272

feat: ps supports json format

feat: ps supports json format #272

Re-run triggered October 30, 2023 14:09
Status Failure
Total duration 5m 11s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 8 warnings
Lint: test/v2/compose.test.ts#L694
Replace `'nginx·-g·\'daemon·off;\''` with `"nginx·-g·'daemon·off;'"`
Lint: test/v2/compose.test.ts#L708
Replace `·cwd:·path.join(__dirname),·log:·logOutput,·commandOptions:·[["--format",·"json"]]` with `⏎······cwd:·path.join(__dirname),⏎······log:·logOutput,⏎······commandOptions:·[['--format',·'json']]⏎···`
Lint: test/v2/compose.test.ts#L717
Replace `'nginx·-g·\'daemon·off;\''` with `"nginx·-g·'daemon·off;'"`
Lint
Process completed with exit code 1.
Build + Test
Process completed with exit code 1.
Lint: src/index.ts#L159
Argument 'command' should be typed
Lint: src/index.ts#L160
Argument 'args' should be typed
Lint: src/v2.ts#L186
Argument 'command' should be typed
Lint: src/v2.ts#L187
Argument 'args' should be typed
Lint: test/v2/compose.test.ts#L136
Unexpected any. Specify a different type
Lint: test/v2/compose.test.ts#L328
Unexpected any. Specify a different type
Lint: test/v2/compose.test.ts#L687
'running' is assigned a value but never used
Lint: test/v2/compose.test.ts#L710
'running' is assigned a value but never used