mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-03 18:33:26 +08:00
Lint fix
This commit is contained in:
4
packages/cache/src/internal/contracts.d.ts
vendored
4
packages/cache/src/internal/contracts.d.ts
vendored
@@ -31,7 +31,3 @@ export interface InternalCacheOptions {
|
||||
compressionMethod?: CompressionMethod
|
||||
cacheSize?: number
|
||||
}
|
||||
|
||||
export interface CommitCacheRequest {
|
||||
size: number
|
||||
}
|
||||
|
||||
4
packages/cache/src/internal/requestUtils.ts
vendored
4
packages/cache/src/internal/requestUtils.ts
vendored
@@ -1,8 +1,6 @@
|
||||
import * as core from '@actions/core'
|
||||
import {HttpCodes, HttpClientError} from '@actions/http-client'
|
||||
import {
|
||||
IHttpClientResponse
|
||||
} from '@actions/http-client/interfaces'
|
||||
import {IHttpClientResponse} from '@actions/http-client/interfaces'
|
||||
import {DefaultRetryDelay, DefaultRetryAttempts} from './constants'
|
||||
import {ITypedResponseWithErrorMessage} from './contracts'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user