mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-09-09 21:46:42 +00:00
Migrate to Biome for linting and formatting (#107)
This commit is contained in:
@ -26,7 +26,8 @@ async function saveCache(): Promise<void> {
|
||||
if (!cacheKey) {
|
||||
core.warning("Error retrieving cache key from state.");
|
||||
return;
|
||||
} else if (matchedKey === cacheKey) {
|
||||
}
|
||||
if (matchedKey === cacheKey) {
|
||||
core.info(`Cache hit occurred on key ${cacheKey}, not saving cache.`);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user