- fix formatting, and unused import

This commit is contained in:
Mike Penz
2020-10-17 19:42:26 +02:00
parent bd49950417
commit f63fa1dabb
8 changed files with 39 additions and 18 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import * as exec from '@actions/exec'
import * as fs from 'fs'
import * as io from '@actions/io'
import { directoryExistsSync } from './utils';
import {directoryExistsSync} from './utils'
export async function createCommandManager(
workingDirectory: string