Skip to content

Add Cron module and Schedule.cron constructor #801

Add Cron module and Schedule.cron constructor

Add Cron module and Schedule.cron constructor #801

Triggered via pull request January 4, 2024 20:09
@fubhyfubhy
synchronize #1855
schedule-cron
Status Cancelled
Total duration 4m 45s
Artifacts

check.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

26 errors
Types: packages/effect/src/Cron.ts#L6
'Option' is declared but its value is never read.
Types: packages/schema/src/TreeFormatter.ts#L5
Output file '/home/runner/work/effect/effect/packages/effect/build/src/Option.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/Option.ts'.
Types: packages/schema/src/TreeFormatter.ts#L6
Output file '/home/runner/work/effect/effect/packages/effect/build/src/Predicate.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/Predicate.ts'.
Types: packages/schema/src/TreeFormatter.ts#L7
Output file '/home/runner/work/effect/effect/packages/effect/build/src/ReadonlyArray.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/ReadonlyArray.ts'.
Types: packages/schema/src/TreeFormatter.ts#L84
Parameter 'span' implicitly has an 'any' type.
Types: packages/schema/src/TreeFormatter.ts#L122
Parameter '_' implicitly has an 'any' type.
Types: packages/schema/src/TreeFormatter.ts#L122
Parameter 'value' implicitly has an 'any' type.
Types: packages/schema/src/TreeFormatter.ts#L144
Parameter 'annotation' implicitly has an 'any' type.
Types: packages/schema/src/ParseResult.ts#L5
Output file '/home/runner/work/effect/effect/packages/effect/build/src/Effect.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/Effect.ts'.
Types: packages/schema/src/ParseResult.ts#L6
Output file '/home/runner/work/effect/effect/packages/effect/build/src/Either.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/Either.ts'.
Build: packages/effect/src/Cron.ts#L6
'Option' is declared but its value is never read.
Build: packages/effect/src/Cron.ts#L6
'Option' is declared but its value is never read.
Build: packages/schema/src/TreeFormatter.ts#L5
Output file '/home/runner/work/effect/effect/packages/effect/build/src/Option.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/Option.ts'.
Build: packages/schema/src/TreeFormatter.ts#L6
Output file '/home/runner/work/effect/effect/packages/effect/build/src/Predicate.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/Predicate.ts'.
Build: packages/schema/src/TreeFormatter.ts#L7
Output file '/home/runner/work/effect/effect/packages/effect/build/src/ReadonlyArray.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/ReadonlyArray.ts'.
Build: packages/schema/src/TreeFormatter.ts#L84
Parameter 'span' implicitly has an 'any' type.
Build: packages/schema/src/TreeFormatter.ts#L122
Parameter '_' implicitly has an 'any' type.
Build: packages/schema/src/TreeFormatter.ts#L122
Parameter 'value' implicitly has an 'any' type.
Build: packages/schema/src/TreeFormatter.ts#L144
Parameter 'annotation' implicitly has an 'any' type.
Build: packages/schema/src/ParseResult.ts#L5
Output file '/home/runner/work/effect/effect/packages/effect/build/src/Effect.d.ts' has not been built from source file '/home/runner/work/effect/effect/packages/effect/src/Effect.ts'.
Lint: packages/effect/src/Cron.ts#L6
'Option' is defined but never used. Allowed unused vars must match /^_/u
Lint: packages/effect/src/Schedule.ts#L410
Extra whitespace(s)
Lint: packages/effect/src/Schedule.ts#L412
Extra whitespace(s)
Lint
Process completed with exit code 1.
Test (2/3)
Canceling since a higher priority waiting request for 'Check-refs/pull/1855/merge' exists
Test (2/3)
The operation was canceled.