Split Ameba and formatting

This commit is contained in:
Michael Miller 2021-01-30 19:00:05 -07:00
parent 17a3f27029
commit f5713efc62
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -16,11 +16,15 @@ spec:
- shards - shards
- crystal spec --error-on-warnings - crystal spec --error-on-warnings
format:
script:
- shards
- crystal tool format --check
style: style:
script: script:
- shards - shards
- bin/ameba - bin/ameba
- crystal tool format --check
nightly: nightly:
image: "crystallang/crystal:nightly" image: "crystallang/crystal:nightly"