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

feat(release): add install script and release install instructions #11

feat(release): add install script and release install instructions

feat(release): add install script and release install instructions #11

Triggered via push February 20, 2026 15:47
Status Failure
Total duration 31s
Artifacts

quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
quality
issues found
quality: internal/clierr/clierr.go#L125
S1008: should use 'return errors.As(err, &urlErr)' instead of 'if errors.As(err, &urlErr) { return true }; return false' (gosimple)
quality: internal/style/style.go#L243
Error return value is not checked (errcheck)