Skip to content
Gemini CLI

action runtime sunset lint for Gemini CLI

io.github.jmshinhwa/action-runtime-sunset-lint

Finds the GitHub Actions steps that stop running on 2026-09-23, with the version to move to

client:Gemini CLI transport:stdio runtime:npm

Install action runtime sunset lint in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "action-runtime-sunset-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/action-runtime-sunset-lint"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

action runtime sunset lint in other clients