mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-05 07:15:46 +00:00
CI: Fail Lagom linters step as soon as any linter fails
This prevents linters from covering the failure of previous linters by overwriting the error code that Azure reads at the end of the step.
This commit is contained in:
@@ -103,6 +103,7 @@ jobs:
|
||||
|
||||
- ${{ if eq(parameters.lagom_lints, true) }}:
|
||||
- script: |
|
||||
set -e
|
||||
./Meta/check-markdown.sh
|
||||
git ls-files '*.ipc' | xargs ./Meta/Lagom/Build/Tools/IPCMagicLinter/IPCMagicLinter
|
||||
displayName: 'Run lints that require Lagom'
|
||||
|
||||
Reference in New Issue
Block a user