From 342b2e5fa7add3554448889fc2b4d9b7a0220f3d Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 5 Dec 2020 22:53:50 +0100 Subject: [PATCH] ci: check fmt of build.zig --- .github/workflows/ci_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 7be577d..65c3077 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -89,3 +89,4 @@ jobs: zig fmt --check riverctl/ zig fmt --check rivertile/ zig fmt --check example/ + zig fmt --check build.zig