check meson formatting

This commit is contained in:
2025-12-12 21:55:31 -06:00
parent be723914e0
commit 7975e32f56

View File

@@ -133,6 +133,7 @@ jobs:
- name: Check Formatting
run: |
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
meson format --check-only --recursive
ninja rustfmt -C build
docs: