Skip to content

fixing issue ocurring when trying to open a jarUrl to compute a SHA if #100

fixing issue ocurring when trying to open a jarUrl to compute a SHA if

fixing issue ocurring when trying to open a jarUrl to compute a SHA if #100

Triggered via pull request November 15, 2023 10:31
Status Failure
Total duration 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr-check.yaml

on: pull_request
Check conventional commits
13s
Check conventional commits
Pull request check
41s
Pull request check
Fit to window
Zoom out
Zoom in

Annotations

1 error
Check conventional commits
You have commit messages with errors ⧗ input: fix: jarUrl opening fails when not targetting an embedded archive. When trying to open a jarUrl to compute a SHA if the target archive is the jar itself and not an embedded archive then openStream will fail. So in that case we need to open a stream to a file URL and not a jarUrl. Signed-off-by: Emmanuel Hugonnet <[email protected]> ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ subject may not end with full stop [subject-full-stop] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint