introduce languages.ts
This commit is contained in:
parent
d5693a7fd2
commit
591359cae6
18 changed files with 122 additions and 103 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import * as core from '@actions/core';
|
||||
|
||||
import { getCodeQL, isTracedLanguage } from './codeql';
|
||||
import { getCodeQL } from './codeql';
|
||||
import * as config_utils from './config-utils';
|
||||
import { isTracedLanguage } from './languages';
|
||||
import * as util from './util';
|
||||
|
||||
interface AutobuildStatusReport extends util.StatusReportBase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue