Skip to content

v0.3.2

Released 8 July 2026. Available on npm as orino-cli and @bynaree/orino.

Terminal window
npx orino-cli@latest audit

A maintenance release that fixes the “learn more” links Orino prints and tightens the ready-made CI workflow.

  • Fix-page links now resolve. Every finding’s learn more link — in both terminal and --json output — now points at the docs site’s nested /fixes/<category>/<slug> route instead of the old flat path, so the links in your audit results open the correct page.
  • html-missing-lang fix link corrected. The missing-<html lang> finding pointed at an html-lang-missing slug that matched neither its check ID nor its docs page; it now links to /fixes/crawlability/html-missing-lang.
  • Hardened GitHub Actions workflow. The ready-made .github/workflows/orino.yml now runs npx --yes orino-cli (no interactive install prompt, canonical package name), declares permissions: contents: read / pull-requests: write so the PR-score comment can actually post, and only runs when a SITE_URL repository variable is set — the job now skips cleanly instead of failing on an empty --url, and the PR comment step is skipped when the audit itself was skipped.