From e3ad92f785256028f61fcc82f88e9818b50b76bc Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 20 Jan 2020 20:31:47 -0700 Subject: [PATCH] Move style checks to their own job --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f89c555..8a58eae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,9 @@ before_script: spec: script: - crystal spec --error-on-warnings + +style: + script: - bin/ameba - crystal tool format --check