Browse Source

eowyn: run `zig fmt --check` before `zig build`

Update the eowyn.sh script to check the healed exercises formatting,
before running `zig build`.
Manlio Perillo 2 years ago
parent
commit
7d7be0482c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      patches/eowyn.sh

+ 3 - 0
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