Run in-app tests in GA #131
Annotations
10 errors and 1 warning
example/src/App.tsx#L35
'req' is declared but its value is never read.
|
example/src/App.tsx#L35
'res' is declared but its value is never read.
|
example/src/Database.ts#L47
Property 'executeBatchAsync' does not exist on type 'DB'. Did you mean 'executeBatch'?
|
example/src/Database.ts#L55
Property 'executeAsync' does not exist on type 'DB'.
|
example/src/Database.ts#L82
Property 'executeAsync' does not exist on type 'DB'.
|
example/src/Database.ts#L96
Property 'executeRawAsync' does not exist on type 'DB'. Did you mean 'executeRaw'?
|
example/src/UpdateHook.tsx#L1
'React' is declared but its value is never read.
|
example/src/UpdateHook.tsx#L85
Property 'rows' does not exist on type 'Promise<QueryResult>'.
|
example/src/UpdateHook.tsx#L92
Parameter 'row' implicitly has an 'any' type.
|
example/src/UpdateHook.tsx#L92
Parameter 'i' implicitly has an 'any' type.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading