Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Setup example db for effects #2

Setup example db for effects

Setup example db for effects #2

Triggered via push October 13, 2023 20:56
Status Failure
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Run linters
24s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 9 warnings
Run linters: src/index.ts#L24
Missing return type on function
Run linters: src/index.ts#L33
Unexpected any. Specify a different type
Run linters
Process completed with exit code 1.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run linters: src/index.ts#L1
Member 'common' of the import declaration should be sorted alphabetically
Run linters: src/index.ts#L3
'users' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: src/index.ts#L6
'logger' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: src/index.ts#L10
'data' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: src/index.ts#L13
Async function 'start' has no 'await' expression
Run linters: src/index.ts#L15
Unnecessary optional chain on a non-nullish value
Run linters: src/index.ts#L17
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
Run linters: src/index.ts#L24
Async function 'addEffects' has no 'await' expression