diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-04-19 15:25:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 15:25:12 +0200 |
| commit | 2ed24ab3cfffdf6181462d118157094fdf2f5128 (patch) | |
| tree | d5be07fcca217587eb188d8e7b1ca1a6cdb463f6 /patches/eowyn.sh | |
| parent | b84217161cfb18aed2b42506c193abe778aa3b5f (diff) | |
| parent | c7697a428206a46326a61b2c851aab2a7dadb8b8 (diff) | |
Merge pull request #234 from perillo/improve-ci
Improve CI
Diffstat (limited to 'patches/eowyn.sh')
| -rwxr-xr-x | patches/eowyn.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/eowyn.sh b/patches/eowyn.sh index a30a67a..a036acf 100755 --- a/patches/eowyn.sh +++ b/patches/eowyn.sh @@ -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 |
