Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Update Development Dependencies #163

Update Development Dependencies

Update Development Dependencies #163

Triggered via pull request February 17, 2026 03:54
Status Failure
Total duration 22s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Lint
Process completed with exit code 1.
Lint: src/MPSInterfaceAdaptor/MatrixReactionHandler.ts#L181
Using `= undefined` to make a parameter optional adds unnecessary runtime logic. Use the `?` optional syntax instead