Просмотр исходного кода

eowyn: run `zig fmt --check` before `zig build`

Update the eowyn.sh script to check the healed exercises formatting,
before running `zig build`.
Manlio Perillo 2 лет назад
Родитель
Сommit
7d7be0482c
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      patches/eowyn.sh

+ 3 - 0
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