diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-04-29 22:49:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-29 22:49:07 +0200 |
| commit | 6b48914d7ab1259d62e3ef9490dd6eac088ce640 (patch) | |
| tree | 19f4b604d95a4b9caa96eb051a3fc38fa6e159c6 /patches/eowyn.sh | |
| parent | edeca973700bcd2f2853d74b7ba5a1526bbca905 (diff) | |
| parent | 0dc6b457705ad45262be4fa5e0ca49cb03f3612c (diff) | |
Merge pull request #269 from perillo/fix-windows-deadlock
Fix deadlock on Windows
Diffstat (limited to 'patches/eowyn.sh')
| -rwxr-xr-x | patches/eowyn.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/patches/eowyn.sh b/patches/eowyn.sh index bc2fb7c..95b2a1c 100755 --- a/patches/eowyn.sh +++ b/patches/eowyn.sh @@ -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 |
