eowyn: run zig fmt --check before zig build

Update the eowyn.sh script to check the healed exercises formatting,
before running `zig build`.
This commit is contained in:
Manlio Perillo 2023-04-16 18:07:51 +02:00
parent 6b17a18893
commit 7d7be0482c

View file

@ -42,5 +42,8 @@ do
fi fi
done done
# Check the healed exercises formatting.
zig fmt --check patches/healed
# Test the healed exercises. May the compiler have mercy upon us. # Test the healed exercises. May the compiler have mercy upon us.
zig build -Dhealed zig build -Dhealed