1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-11 22:56:04 +02:00

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 88e9e785ef
commit bd777dcd68

View File

@ -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