check meson formatting

This commit is contained in:
2025-12-12 21:55:31 -06:00
parent e9a3916ca0
commit 0e3d8c1a30

View File

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