mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +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
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…
Add table
Add a link
Reference in a new issue