Updates #149
frontend.yml
on: pull_request
Build and check
12s
Run eslint
26s
Check code formatting
13s
Check i18n translations
19s
Run unit tests
12s
Run integration tests
49s
Annotations
13 errors
Build and check
Process completed with exit code 1.
|
Check i18n translations
Process completed with exit code 1.
|
Run eslint:
frontend/src/routes/+page.svelte#L15
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 eslint:
frontend/src/routes/flights/FlightForm.svelte#L37
Unsafe assignment of an error typed value
|
Run eslint:
frontend/src/routes/flights/FlightForm.svelte#L38
Unsafe assignment of an error typed value
|
Run eslint:
frontend/src/routes/flights/FlightForm.svelte#L47
Unsafe assignment of an error typed value
|
Run eslint:
frontend/src/routes/flights/FlightForm.svelte#L48
Unsafe assignment of an error typed value
|
Run eslint:
frontend/src/routes/flights/FlightForm.svelte#L48
Unsafe call of a(n) `error` type typed value
|
Run eslint:
frontend/src/routes/flights/FlightForm.svelte#L48
Unsafe call of a(n) `error` type typed value
|
Run eslint:
frontend/src/routes/flights/FlightForm.svelte#L48
Unsafe member access .toISOString on an `error` typed value
|
Run eslint:
frontend/src/routes/flights/FlightForm.svelte#L48
Unsafe member access .slice on an `error` typed value
|
Run eslint:
frontend/src/routes/flights/FlightForm.svelte#L49
Unsafe assignment of an error typed value
|
Run integration tests
Process completed with exit code 1.
|