mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-17 16:08:27 +00:00
debug
This commit is contained in:
parent
669a12d66d
commit
847c2109a5
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ const getAssetURL = (versionConfig: VersionConfig): string => {
|
|||
export async function installLint(versionConfig: VersionConfig): Promise<string> {
|
||||
core.info(`Installing golangci-lint ${versionConfig.TargetVersion}...`)
|
||||
const startedAt = Date.now()
|
||||
core.info(`asset-url: ${core.getInput('asset-url')}`)
|
||||
const assetURL = core.getInput('asset-url') || getAssetURL(versionConfig)
|
||||
core.info(`Downloading ${assetURL} ...`)
|
||||
const archivePath = await tc.downloadTool(assetURL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue