mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-11-05 13:15:38 +00: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:
parent
6b17a18893
commit
7d7be0482c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user