mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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:
parent
bb340f1272
commit
024ee0a99a
Notes:
sideshowbarker
2024-07-17 20:27:10 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/024ee0a99a2 Pull-request: https://github.com/SerenityOS/serenity/pull/12077 Reviewed-by: https://github.com/BenWiederhake ✅
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue