mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue