mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 11:40:14 +00:00
Add constant for API_COMPATIBILITY_FILE
This commit is contained in:
@@ -21,3 +21,9 @@ export const BUILTIN_LANGUAGES_FILE = path.join(
|
||||
"languages",
|
||||
"builtin.json",
|
||||
);
|
||||
|
||||
/** Path to the api-compatibility.json file. */
|
||||
export const API_COMPATIBILITY_FILE = path.join(
|
||||
SOURCE_ROOT,
|
||||
"api-compatibility.json",
|
||||
);
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
* an `enterprise-releases` checkout.
|
||||
*/
|
||||
|
||||
import { API_COMPATIBILITY_FILE } from "./config";
|
||||
|
||||
function main() {}
|
||||
|
||||
// Only call `main` if this script was run directly.
|
||||
|
||||
Reference in New Issue
Block a user