mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-09 03:44:18 +00:00
rename utils/utils.ts to constants.ts (#59)
This commit is contained in:
parent
417c97acee
commit
b463f5b8ca
6 changed files with 29 additions and 29 deletions
3
src/utils/constants.ts
Normal file
3
src/utils/constants.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const REPO = "uv";
|
||||
export const OWNER = "astral-sh";
|
||||
export const TOOL_CACHE_NAME = "uv";
|
||||
Loading…
Add table
Add a link
Reference in a new issue