From bd777dcd689f1ae3c15e5748ed4fa84cf3cd9c64 Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Sun, 16 Apr 2023 18:07:51 +0200 Subject: [PATCH] eowyn: run `zig fmt --check` before `zig build` Update the eowyn.sh script to check the healed exercises formatting, before running `zig build`. --- patches/eowyn.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patches/eowyn.sh b/patches/eowyn.sh index a30a67a..a036acf 100755 --- a/patches/eowyn.sh +++ b/patches/eowyn.sh @@ -42,5 +42,8 @@ do fi done +# Check the healed exercises formatting. +zig fmt --check patches/healed + # Test the healed exercises. May the compiler have mercy upon us. zig build -Dhealed