From c65fe1d3138f2815968752d9eca9ff1494e8a15a Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Wed, 18 Aug 2021 10:14:49 +0800 Subject: [PATCH] format: follow the latest eslint --- src/install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.ts b/src/install.ts index a17a9b0..c87aba3 100644 --- a/src/install.ts +++ b/src/install.ts @@ -1,5 +1,5 @@ -import {exec} from '@actions/exec' import {downloadTool} from '@actions/tool-cache' +import {exec} from '@actions/exec' export async function runCommand(command: string): Promise { let output = ''