Skip to content

oops

oops #53

Triggered via push June 22, 2024 21:37
Status Failure
Total duration 30s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: either.go#L171
func Either[L, R].leftValue is unused (unused)
lint: either.go#L176
func Either[L, R].rightValue is unused (unused)
lint: either.go#L181
func Either[L, R].hasLeftValue is unused (unused)
lint: option.go#L313
func `Option[T].leftValue` is unused (unused)
lint: option.go#L321
func `Option[T].rightValue` is unused (unused)
lint: option.go#L330
func `Option[T].hasLeftValue` is unused (unused)
lint: result.go#L218
func `Result[T].leftValue` is unused (unused)
lint: result.go#L223
func `Result[T].rightValue` is unused (unused)
lint: result.go#L228
func `Result[T].hasLeftValue` is unused (unused)
lint: result_example_test.go#L350
func `exampleResult_Fold` is unused (unused)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/