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
1 changed files with 5 additions and 1 deletions

View File

@ -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"