Move style checks to their own job

This commit is contained in:
Michael Miller 2020-01-20 20:31:47 -07:00
parent 721425c3c8
commit e3ad92f785
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ before_script:
spec:
script:
- crystal spec --error-on-warnings
style:
script:
- bin/ameba
- crystal tool format --check