mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:32:06 -04:00
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:
parent
c4f3aaeea1
commit
9fd2632155
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue