Skip to content

Commit 89c17c6

Browse files
🩹 [Refactor]: Remove redundant job failure step for super-linter to streamline workflow
1 parent f79dd93 commit 89c17c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎.github/workflows/workflow.yml‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ jobs:
150150
} else {
151151
Write-Host "::warning::Super-linter failed but summary file not found at: $summaryPath"
152152
}
153-
154-
- name: Fail job if linting failed
155-
if: steps.super-linter.outcome == 'failure'
156-
run: |
157153
Write-Host "::error::Super-linter found issues. Please review the summary above."
158154
exit 1
159155

0 commit comments

Comments
 (0)