mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-17 16:08:27 +00:00
built
This commit is contained in:
parent
5fe51d05e5
commit
6bd56630b3
3 changed files with 0 additions and 3 deletions
1
dist/post_run/index.js
vendored
1
dist/post_run/index.js
vendored
|
|
@ -67685,7 +67685,6 @@ function installLint(versionConfig) {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
core.info(`Installing golangci-lint ${versionConfig.TargetVersion}...`);
|
core.info(`Installing golangci-lint ${versionConfig.TargetVersion}...`);
|
||||||
const startedAt = Date.now();
|
const startedAt = Date.now();
|
||||||
core.info(`asset-url: ${core.getInput('asset-url')}`);
|
|
||||||
const assetURL = core.getInput('asset-url') || getAssetURL(versionConfig);
|
const assetURL = core.getInput('asset-url') || getAssetURL(versionConfig);
|
||||||
core.info(`Downloading ${assetURL} ...`);
|
core.info(`Downloading ${assetURL} ...`);
|
||||||
const archivePath = yield tc.downloadTool(assetURL);
|
const archivePath = yield tc.downloadTool(assetURL);
|
||||||
|
|
|
||||||
1
dist/run/index.js
vendored
1
dist/run/index.js
vendored
|
|
@ -67685,7 +67685,6 @@ function installLint(versionConfig) {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
core.info(`Installing golangci-lint ${versionConfig.TargetVersion}...`);
|
core.info(`Installing golangci-lint ${versionConfig.TargetVersion}...`);
|
||||||
const startedAt = Date.now();
|
const startedAt = Date.now();
|
||||||
core.info(`asset-url: ${core.getInput('asset-url')}`);
|
|
||||||
const assetURL = core.getInput('asset-url') || getAssetURL(versionConfig);
|
const assetURL = core.getInput('asset-url') || getAssetURL(versionConfig);
|
||||||
core.info(`Downloading ${assetURL} ...`);
|
core.info(`Downloading ${assetURL} ...`);
|
||||||
const archivePath = yield tc.downloadTool(assetURL);
|
const archivePath = yield tc.downloadTool(assetURL);
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ const getAssetURL = (versionConfig: VersionConfig): string => {
|
||||||
export async function installLint(versionConfig: VersionConfig): Promise<string> {
|
export async function installLint(versionConfig: VersionConfig): Promise<string> {
|
||||||
core.info(`Installing golangci-lint ${versionConfig.TargetVersion}...`)
|
core.info(`Installing golangci-lint ${versionConfig.TargetVersion}...`)
|
||||||
const startedAt = Date.now()
|
const startedAt = Date.now()
|
||||||
core.info(`asset-url: ${core.getInput('asset-url')}`)
|
|
||||||
const assetURL = core.getInput('asset-url') || getAssetURL(versionConfig)
|
const assetURL = core.getInput('asset-url') || getAssetURL(versionConfig)
|
||||||
core.info(`Downloading ${assetURL} ...`)
|
core.info(`Downloading ${assetURL} ...`)
|
||||||
const archivePath = await tc.downloadTool(assetURL)
|
const archivePath = await tc.downloadTool(assetURL)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue