1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-04-28 08:45:03 +02:00

eowyn.sh: remove checking formatting one file at a time

This avoids unnecessary output.
Also remove the comment, since the message to stdout makes it
unnecessary.
This commit is contained in:
Manlio Perillo 2023-04-29 16:58:10 +02:00
parent d2e2cc08f5
commit 2f174bb0ba

View File

@ -45,13 +45,8 @@ do
fi
done
# Test the correct formatting of the healed exercises.
echo "Looking for non-conforming code formatting..."
for healed in patches/healed/*.zig
do
echo Check $(basename "$healed")
zig fmt --check "$healed"
done
zig fmt --check patches/healed
# Test the healed exercises. May the compiler have mercy upon us.
zig build -Dhealed