mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-19 12:59:15 +08:00
Fix lint issues
This commit is contained in:
parent
1d1d5456e3
commit
83dffb7746
2
packages/cache/src/internal/cacheUtils.ts
vendored
2
packages/cache/src/internal/cacheUtils.ts
vendored
@ -102,7 +102,7 @@ export async function getCompressionMethod(): Promise<CompressionMethod> {
|
|||||||
if (versionOutput === '' || version === null) {
|
if (versionOutput === '' || version === null) {
|
||||||
// zstd is not installed
|
// zstd is not installed
|
||||||
return CompressionMethod.Gzip
|
return CompressionMethod.Gzip
|
||||||
} else{
|
} else {
|
||||||
return CompressionMethod.ZstdWithoutLong
|
return CompressionMethod.ZstdWithoutLong
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user