mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-08-09 02:37:03 +00:00
10 lines
411 B
TypeScript
10 lines
411 B
TypeScript
export const REPO = "ruff";
|
|
export const OWNER = "astral-sh";
|
|
export const TOOL_CACHE_NAME = "ruff";
|
|
export const VERSIONS_MANIFEST_URL =
|
|
"https://raw.githubusercontent.com/astral-sh/versions/main/v1/ruff.ndjson";
|
|
export const GITHUB_RELEASES_PREFIX =
|
|
"https://github.com/astral-sh/ruff/releases/download/";
|
|
export const ASTRAL_MIRROR_PREFIX =
|
|
"https://releases.astral.sh/github/ruff/releases/download/";
|