2.0: Async + Revised watcher #66
Annotations
3 errors and 3 warnings
lint:
src/run.ts#L95
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/run.ts#L98
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint
Process completed with exit code 1.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
lint:
src/prismaModeller.ts#L42
Unnecessary conditional, both sides of the expression are literal values
|
lint:
src/types.ts#L44
Unexpected any. Specify a different type
|