Skip to content

Add tree view and remove some features to simplify #206

Add tree view and remove some features to simplify

Add tree view and remove some features to simplify #206

Triggered via pull request August 12, 2024 04:45
Status Failure
Total duration 1m 10s
Artifacts

check.yaml

on: pull_request
quality-check
1m 2s
quality-check
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
quality-check: src/components/gui/sidebar/saved-doc-tab/remove-namespace-dialog.tsx#L41
Argument of type 'SavedDocGroupByNamespace[]' is not assignable to parameter of type 'SavedDocData[]'.
quality-check: src/drivers/saved-doc/saved-doc-actions.test.ts#L80
Expected 0 arguments, but got 1.
quality-check: src/drivers/saved-doc/saved-doc-actions.test.ts#L88
Expected 0 arguments, but got 1.
quality-check: src/drivers/saved-doc/saved-doc-actions.test.ts#L88
Property 'id' does not exist on type 'SavedDocGroupByNamespace'.
quality-check: src/drivers/saved-doc/saved-doc-actions.test.ts#L89
Property 'name' does not exist on type 'SavedDocGroupByNamespace'.
quality-check: src/drivers/saved-doc/saved-doc-actions.test.ts#L93
Expected 0 arguments, but got 1.
quality-check
Process completed with exit code 2.
quality-check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/