From 7975e32f5697057f3df7e49219c9c41350167360 Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 12 Dec 2025 21:55:31 -0600 Subject: [PATCH] check meson formatting --- .gitea/workflows/gentoo-utils.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 2e3e87f..85591aa 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -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: