mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -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_KEY,
|
||||
} 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> {
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue