From 28b46bfb9669588ba9883b25c05b95cf06d844ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 24 Feb 2023 11:53:10 +0200 Subject: [PATCH] ci/launcher: check fmt --- ci/launcher | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/launcher b/ci/launcher index 25dc320..0b558fc 100755 --- a/ci/launcher +++ b/ci/launcher @@ -13,6 +13,8 @@ do $ZIG build-exe -fno-emit-bin -target $target toolchain/launcher.zig done +$ZIG fmt --color=on --check toolchain/launcher.zig + # until bazel-zig-cc gets a zig toolchain, run launcher's unit tests here. $ZIG test toolchain/launcher.zig