format: follow the latest eslint

This commit is contained in:
Kengo TODA
2021-08-18 10:14:49 +08:00
committed by probot-auto-merge[bot]
parent b59969572f
commit c65fe1d313

View File

@@ -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<string> {
let output = ''