From 48cfc1760819207af799c5313dbba72b6c346a59 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 23 Jun 2020 18:28:06 +0300 Subject: [PATCH] resolve comments --- __tests__/data/go-release.json | 13 ------------- src/main.ts | 1 - 2 files changed, 14 deletions(-) delete mode 100644 __tests__/data/go-release.json diff --git a/__tests__/data/go-release.json b/__tests__/data/go-release.json deleted file mode 100644 index d8d0610d9..000000000 --- a/__tests__/data/go-release.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "1.2.3", - "stable": true, - "release_url": "https://github.com/actions/sometool/releases/tag/1.2.3-20200402.6", - "files": [ - { - "filename": "sometool-1.2.3-linux-x64.tar.gz", - "arch": "x64", - "platform": "linux", - "download_url": "https://github.com/actions/sometool/releases/tag/1.2.3-20200402.6/sometool-1.2.3-linux-x64.tar.gz" - } - ] -} \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 662e550b1..65496c35f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,6 @@ import * as installer from './installer'; import path from 'path'; import cp from 'child_process'; import fs from 'fs'; - import {URL} from 'url'; export async function run() {