mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-08-08 10:17:03 +00:00
The octokit client would default to the URL of enterprise instances and then not be able to find the ruff repo.
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
export const REPO = "ruff";
|
|
export const OWNER = "astral-sh";
|
|
export const TOOL_CACHE_NAME = "ruff";
|
|
export const GITHUB_COM_API = "https://api.github.com";
|