Code Cleanup

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-01-27 16:43:59 +05:30
parent 48975824e7
commit 557824d2d1
10 changed files with 12 additions and 50 deletions

View file

@ -1,6 +1,7 @@
import * as core from "@actions/core";
import * as exec from "@actions/exec";
import * as path from "path";
import CommandResult from "./types";
export interface BuildahConfigSettings {
entrypoint?: string[];