mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user