mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-07 02:56:53 +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,5 +1,5 @@
|
|||
import * as core from "@actions/core";
|
||||
import path from "path";
|
||||
import path from "node:path";
|
||||
|
||||
export const version = core.getInput("version");
|
||||
export const checkSum = core.getInput("checksum");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue