mirror of
https://github.com/github/codeql-action
synced 2026-05-29 05:00:55 +03:00
run tslint --fix
This commit is contained in:
File diff suppressed because one or more lines are too long
+4
-4
@@ -149,9 +149,9 @@ async function run() {
|
||||
}
|
||||
|
||||
core.startGroup('Load language configuration');
|
||||
|
||||
|
||||
const config = await configUtils.loadConfig();
|
||||
|
||||
|
||||
languages = await util.getLanguages();
|
||||
// If the languages parameter was not given and no languages were
|
||||
// detected then fail here as this is a workflow configuration error.
|
||||
@@ -163,10 +163,10 @@ async function run() {
|
||||
analysisPaths.includeAndExcludeAnalysisPaths(config, languages);
|
||||
|
||||
core.endGroup();
|
||||
|
||||
|
||||
} catch (e) {
|
||||
core.setFailed(e.message);
|
||||
await util.reportActionAborted('init', e.message, );
|
||||
await util.reportActionAborted('init', e.message);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user