mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:27:35 +00:00
Meta: Run IPC magic number linter during CI and pre-commit
This commit is contained in:
parent
585554a245
commit
8f65153b03
2 changed files with 13 additions and 1 deletions
|
@ -105,7 +105,8 @@ jobs:
|
|||
- ${{ if eq(parameters.lagom_lints, true) }}:
|
||||
- script: |
|
||||
./Meta/check-markdown.sh
|
||||
displayName: 'Check Markdown'
|
||||
git ls-files '*.ipc' | xargs ./Meta/Lagom/Build/Tools/IPCMagicLinter/IPCMagicLinter
|
||||
displayName: 'Run lints that require Lagom'
|
||||
workingDirectory: $(Build.SourcesDirectory)/
|
||||
env:
|
||||
MARKDOWN_CHECK_BINARY: ./Meta/Lagom/Build/markdown-check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue