Skip to content

fix: Check links CI#5083

Closed
ethanpalm wants to merge 1 commit intomainfrom
fix-check-links-CI
Closed

fix: Check links CI#5083
ethanpalm wants to merge 1 commit intomainfrom
fix-check-links-CI

Conversation

@ethanpalm
Copy link
Copy Markdown
Collaborator

@ethanpalm ethanpalm commented Apr 2, 2026

Documentation changes

The Check Links CI check is failing with

Run mint broken-links
node:internal/modules/cjs/loader:1864
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: libsecret-1.so.0: cannot open shared object file: No such file or directory
    at Object..node (node:internal/modules/cjs/loader:1864:18)
    at Module.load (node:internal/modules/cjs/loader:1441:32)
    at Function._load (node:internal/modules/cjs/loader:1263:12)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    at Module.require (node:internal/modules/cjs/loader:1463:12)
    at require (node:internal/modules/helpers:147:16)
    at Object.<anonymous> (/opt/hostedtoolcache/node/22.22.1/x64/lib/node_modules/mint/node_modules/keytar/lib/keytar.js:1:14)
    at Module._compile (node:internal/modules/cjs/loader:1705:14)
    at Object..js (node:internal/modules/cjs/loader:1838:10) {
  code: 'ERR_DLOPEN_FAILED'
}

Node.js v22.22.1
Error: Process completed with exit code 1.

Looks like a missing system library dependency required by one of the npm packages used in the CLI.


For Reviewers

When reviewing documentation PRs, please consider:

✅ Technical accuracy

  • Code examples work as written
  • Commands and configurations are correct
  • Links resolve to the right destinations
  • Prerequisites and requirements are accurate

✅ Clarity and completeness

  • Instructions are clear and easy to follow
  • Steps are in logical order
  • Nothing important is missing
  • Examples help illustrate the concepts

✅ User experience

  • A new user could follow these docs successfully
  • Common gotchas or edge cases are addressed
  • Error messages or troubleshooting guidance is helpful

Note

Low Risk
Low risk: CI-only change that adds an OS package install step; main risk is longer CI time or apt install flakiness.

Overview
Fixes the failing Check links GitHub Action by installing the missing system dependency libsecret-1-0 before running mint broken-links (needed by Mintlify CLI’s native keytar dependency under Node 22).

Written by Cursor Bugbot for commit a2e333e. This will update automatically on new commits. Configure here.

@mintlify
Copy link
Copy Markdown
Contributor

mintlify bot commented Apr 2, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Apr 2, 2026, 12:37 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant