add muon's static analyzer to CI

Muon features a basic static analyzer that is functional enough to have
caught several meson mistakes.
This commit is contained in:
Aydın Mercan 2025-10-20 13:42:48 +03:00 committed by Michal Nowak
parent c4f3aaeea1
commit 9fd2632155
No known key found for this signature in database

View file

@ -622,6 +622,7 @@ misc:
- bash util/xmllint-html.sh
# Check dangling symlinks in the repository
- if find . -xtype l | grep .; then exit 1; fi
- muon-meson analyze -Werror
needs: []
artifacts:
paths: