diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-21 13:43:47 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-21 13:59:53 -0700 |
| commit | 47c96a61527f56aa6dfc5a8fc44b13a1db4f4da5 (patch) | |
| tree | 20256b9e73b69be6750c39a2f1e02ba99fa89fc0 /.appveyor.yml | |
| parent | ae0dec39dacbfa4279d1d708bf6b7488c230c272 (diff) | |
CI should fail when code isn't formatted.
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
