diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 630d59b..caf6bad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,11 +16,15 @@ spec: - shards - crystal spec --error-on-warnings +format: + script: + - shards + - crystal tool format --check + style: script: - shards - bin/ameba - - crystal tool format --check nightly: image: "crystallang/crystal:nightly"