- fix formatting, and unused import
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user