mirror of
https://github.com/github/codeql-action.git
synced 2026-04-23 23:38:53 +00:00
Move BuildMode to util.ts
This commit is contained in:
+1
-6
@@ -17,6 +17,7 @@ import {
|
||||
GitHubVersion,
|
||||
prettyPrintPack,
|
||||
ConfigurationError,
|
||||
BuildMode,
|
||||
} from "./util";
|
||||
|
||||
// Property names from the user-supplied config file.
|
||||
@@ -73,12 +74,6 @@ interface IncludeQueryFilter {
|
||||
include: Record<string, string[] | string>;
|
||||
}
|
||||
|
||||
export enum BuildMode {
|
||||
None = "none",
|
||||
Autobuild = "autobuild",
|
||||
Manual = "manual",
|
||||
}
|
||||
|
||||
/**
|
||||
* Format of the parsed config file.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user