mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-19 23:54:44 +00:00
Migrate to Biome for linting and formatting (#107)
This commit is contained in:
parent
023eb7875f
commit
c11f8674f8
17 changed files with 331 additions and 5772 deletions
|
@ -1,8 +1,8 @@
|
|||
import * as core from "@actions/core";
|
||||
import * as tc from "@actions/tool-cache";
|
||||
import * as exec from "@actions/exec";
|
||||
import * as path from "path";
|
||||
import { Architecture, Platform } from "../utils/platforms";
|
||||
import * as path from "node:path";
|
||||
import type { Architecture, Platform } from "../utils/platforms";
|
||||
import { validateChecksum } from "./checksum/checksum";
|
||||
import { OWNER, REPO, TOOL_CACHE_NAME } from "../utils/constants";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue