mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Remove tests of internal function now its behaviour has been verified
This commit is contained in:
@@ -254,7 +254,7 @@ async function initConfig(): Promise<Config> {
|
||||
return config;
|
||||
}
|
||||
|
||||
export function isLocal(configPath: string): boolean {
|
||||
function isLocal(configPath: string): boolean {
|
||||
// If the path starts with ./, look locally
|
||||
if (configPath.indexOf("./") === 0) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user