Skip to content

2.0: Async + Revised watcher #66

2.0: Async + Revised watcher

2.0: Async + Revised watcher #66

Triggered via pull request September 5, 2024 10:27
@ortaorta
opened #19
async
Status Failure
Total duration 36s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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