mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-04 10:28:05 +08:00
Fix lint issues
This commit is contained in:
3
packages/cache/__tests__/tar.test.ts
vendored
3
packages/cache/__tests__/tar.test.ts
vendored
@@ -196,7 +196,7 @@ test('gzip create tar', async () => {
|
||||
'manifest.txt',
|
||||
'-z',
|
||||
'-cf',
|
||||
IS_WINDOWS ? CacheFilename.Gzip.replace(/\\/g, '/') : CacheFilename.Gzip,
|
||||
IS_WINDOWS ? CacheFilename.Gzip.replace(/\\/g, '/') : CacheFilename.Gzip
|
||||
]
|
||||
.concat(IS_WINDOWS ? ['--force-local'] : [])
|
||||
.concat(IS_MAC ? ['--delay-directory-restore'] : []),
|
||||
@@ -281,4 +281,3 @@ test('gzip list tar', async () => {
|
||||
{cwd: undefined}
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user