Skip to content

npm trusted publish lint for Zed

io.github.jmshinhwa/npm-trusted-publish-lint

Finds the credential in your release workflow that expires before your next release

client:Zed transport:stdio runtime:npm

Install npm trusted publish lint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "npm-trusted-publish-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/npm-trusted-publish-lint"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

npm trusted publish lint in other clients