mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-03 18:45:08 +00:00
Migrate to Biome for linting and formatting (#107)
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user