mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-07 07:58:48 -04:00
run lint
This commit is contained in:
parent
edddf6c875
commit
2a9ec8514a
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@ import {
|
||||||
STATE_CACHE_MATCHED_KEY,
|
STATE_CACHE_MATCHED_KEY,
|
||||||
STATE_CACHE_KEY,
|
STATE_CACHE_KEY,
|
||||||
} from "./cache/restore-cache";
|
} from "./cache/restore-cache";
|
||||||
import { cacheLocalPath, enableCache, pruneCache as shouldPruneCache } from "./utils/inputs";
|
import {
|
||||||
|
cacheLocalPath,
|
||||||
|
enableCache,
|
||||||
|
pruneCache as shouldPruneCache,
|
||||||
|
} from "./utils/inputs";
|
||||||
|
|
||||||
export async function run(): Promise<void> {
|
export async function run(): Promise<void> {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue