Skip to content

Merge pull request #94 from JesusTheHun/fix-getEdgeProperties #53

Merge pull request #94 from JesusTheHun/fix-getEdgeProperties

Merge pull request #94 from JesusTheHun/fix-getEdgeProperties #53

Triggered via push October 23, 2024 15:32
Status Failure
Total duration 32s
Artifacts

main.yml

on: push
Run Type Check & Linters
21s
Run Type Check & Linters
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Run Type Check & Linters: src/Graph.spec-d.ts#L19
Type '{ type: "foo" | "bar"; }' does not satisfy the constraint '"Expected: ..., Actual: undefined"'.
Run Type Check & Linters: src/algorithms/shortestPath/shortestPaths.ts#L27
Type 'LinkProps | undefined' is not assignable to type 'LinkProps'.
Run Type Check & Linters: src/algorithms/shortestPath/shortestPaths.ts#L37
Type 'LinkProps | undefined' is not assignable to type 'LinkProps'.
Run Type Check & Linters
Process completed with exit code 2.
Run Type Check & Linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/