From 47c96a61527f56aa6dfc5a8fc44b13a1db4f4da5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 21 Oct 2018 13:43:47 -0400 Subject: CI should fail when code isn't formatted. --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 98673ab1d..df5fc870a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -365,6 +365,7 @@ build_script: test_script: - python tools\lint.py + - python tools\test_format.py - ps: Exec { & python tools\test.py $env:DENO_BUILD_PATH } after_test: -- cgit v1.2.3