Skip to content

feat: add foreign key snippet #161

feat: add foreign key snippet

feat: add foreign key snippet #161

Triggered via push July 26, 2024 06:54
Status Failure
Total duration 1m 10s
Artifacts

check.yaml

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

Annotations

4 errors and 1 warning
quality-check: src/app/client/r/page-client.tsx#L36
Property 'findFirst' is missing in type 'RemoteDriver' but required in type 'BaseDriver'.
quality-check: src/app/client/temp_sess/page-client.tsx#L30
Type 'RemoteDriver' is not assignable to type 'BaseDriver'.
quality-check: src/drivers/remote-driver.ts#L20
Class 'RemoteDriver' incorrectly implements class 'BaseDriver'. Did you mean to extend 'BaseDriver' and inherit its members as a subclass?
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/