mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Do not show lint failed in the UX if it happens
This commit is contained in:
@@ -98,7 +98,7 @@ async function run() {
|
||||
|
||||
const workflowErrors = await actionsUtil.getWorkflowErrors();
|
||||
|
||||
if (workflowErrors.length > 0) {
|
||||
if (workflowErrors.filter(o => o.code !== 'LintFailed').length > 0) {
|
||||
core.warning(actionsUtil.formatWorkflowErrors(workflowErrors));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user