mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 14:14:34 +00:00
prettier format
This commit is contained in:
@ -47,7 +47,7 @@ const cachePackages = async () => {
|
||||
);
|
||||
|
||||
if (nonExistingPaths.length === cachePaths.length) {
|
||||
core.warning("There are no cache folders on the disk");
|
||||
core.warning('There are no cache folders on the disk');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user